diff pidgin/gtkdebug.c @ 15510:567a499c3b06

dialogs
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 09:03:46 +0000
parents 23ca11f8a8c4
children 535f002e7b0f
line wrap: on
line diff
--- a/pidgin/gtkdebug.c	Sat Feb 03 08:56:16 2007 +0000
+++ b/pidgin/gtkdebug.c	Sat Feb 03 09:03:46 2007 +0000
@@ -699,7 +699,7 @@
 	width  = gaim_prefs_get_int("/gaim/gtk/debug/width");
 	height = gaim_prefs_get_int("/gaim/gtk/debug/height");
 
-	GAIM_DIALOG(win->window);
+	PIDGIN_DIALOG(win->window);
 	gaim_debug_info("gtkdebug", "Setting dimensions to %d, %d\n",
 					width, height);