gtk/gtknotify.c

changeset 14286
9ff15ceacd34
parent 14253
b63ebf84c42b
child 14636
5306c329992c
--- a/gtk/gtknotify.c	Sun Aug 20 16:45:57 2006 +0000
+++ b/gtk/gtknotify.c	Sun Aug 20 16:49:37 2006 +0000
@@ -38,6 +38,10 @@
 #include "gtknotify.h"
 #include "gtkutils.h"
 
+#ifdef _WIN32
+# include "gtkwin32dep.h"
+#endif
+
 typedef struct
 {
 	GaimConnection *gc;
@@ -116,7 +120,7 @@
 	if (id == GTK_RESPONSE_YES)
 	{
 		GtkTreeSelection *selection;
-		
+
 		selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(dialog->treeview));
 
 		if (gtk_tree_selection_get_selected(selection, NULL, &iter))
@@ -762,7 +766,7 @@
 				gaim_notify_searchresults_column_get_title(results, i-1),
 				renderer, "text", i, NULL);
 	}
-	
+
 	/* Setup the button area */
 	button_area = gtk_hbutton_box_new();
 	gtk_box_pack_start(GTK_BOX(vbox), button_area, FALSE, FALSE, 0);
@@ -1072,7 +1076,7 @@
 	g_free(command);
 
 #else /* !_WIN32 */
-	wgaim_notify_uri(uri);
+	gtkwgaim_notify_uri(uri);
 #endif /* !_WIN32 */
 
 	return NULL;

mercurial