diff pidgin/gtkft.c @ 15515: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/gtkft.c	Sat Feb 03 09:24:33 2007 +0000
+++ b/pidgin/gtkft.c	Sat Feb 03 18:46:49 2007 +0000
@@ -881,7 +881,7 @@
 
 #ifdef _WIN32
 	g_signal_connect(G_OBJECT(dialog->window), "show",
-		G_CALLBACK(gtkwgaim_ensure_onscreen), dialog->window);
+		G_CALLBACK(winpidgin_ensure_onscreen), dialog->window);
 #endif
 
 	return dialog;