diff pidgin/gtkconv.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 b15cc37605c4
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Feb 03 09:24:33 2007 +0000
+++ b/pidgin/gtkconv.c	Sat Feb 03 18:46:49 2007 +0000
@@ -7759,7 +7759,7 @@
 
 #ifdef _WIN32
 	g_signal_connect(G_OBJECT(win->window), "show",
-	                 G_CALLBACK(gtkwgaim_ensure_onscreen), win->window);
+	                 G_CALLBACK(winpidgin_ensure_onscreen), win->window);
 #endif
 
 	return win;