diff pidgin/gtknotify.c @ 15514:75ffc646647f

Win32 de-gaimification of pidgin
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 03 Feb 2007 18:46:49 +0000
parents 23ca11f8a8c4
children 3267c1cb5984
line wrap: on
line diff
--- a/pidgin/gtknotify.c	Sat Feb 03 09:24:33 2007 +0000
+++ b/pidgin/gtknotify.c	Sat Feb 03 18:46:49 2007 +0000
@@ -1086,7 +1086,7 @@
 	g_free(command);
 
 #else /* !_WIN32 */
-	gtkwgaim_notify_uri(uri);
+	winpidgin_notify_uri(uri);
 #endif /* !_WIN32 */
 
 	return NULL;