# HG changeset patch # User Gabriel Schulhof # Date 1186606201 0 # Node ID d082ddab1cccc37d6495ec567c30735e08952501 # Parent eae5a8fdc055751eeb16fe361adc5bf3cb9d9fc2 ... and the About dialog ... diff -r eae5a8fdc055 -r d082ddab1ccc pidgin/gtkblist.c --- a/pidgin/gtkblist.c Wed Aug 08 20:43:58 2007 +0000 +++ b/pidgin/gtkblist.c Wed Aug 08 20:50:01 2007 +0000 @@ -2888,7 +2888,7 @@ { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "", GTK_STOCK_HELP }, { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "", NULL }, #if GTK_CHECK_VERSION(2,6,0) - { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "", GTK_STOCK_ABOUT }, + { N_("/Help/_About"), NULL, pidgin_blist_show_with_parent, (int)pidgin_dialogs_about, "", GTK_STOCK_ABOUT }, #else { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "", NULL }, #endif