diff pidgin/gtkblist.c @ 20612:ec247a10b12b

Making pidgin_dialogs_about _with_parent
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 20:31:46 +0000
parents 5c2fdf2b0669
children 78ef8bd992f9
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Sep 22 19:23:36 2007 +0000
+++ b/pidgin/gtkblist.c	Sat Sep 22 20:31:46 2007 +0000
@@ -3106,9 +3106,9 @@
 	{ N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP },
 	{ N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL },
 #if GTK_CHECK_VERSION(2,6,0)
-	{ N_("/Help/_About"), NULL, pidgin_blist_show_with_parent, (int)pidgin_dialogs_about, "<StockItem>", GTK_STOCK_ABOUT },
+	{ N_("/Help/_About"), NULL, pidgin_blist_show_with_parent, (int)pidgin_dialogs_about_with_parent, "<StockItem>", GTK_STOCK_ABOUT },
 #else
-	{ N_("/Help/_About"), NULL, pidgin_dialogs_about, 0,  "<Item>", NULL },
+	{ N_("/Help/_About"), NULL, pidgin_blist_show_with_parent, (int)pidgin_dialogs_about_with_parent, "<Item>", NULL },
 #endif
 };