# HG changeset patch # User Sadrul Habib Chowdhury # Date 1212848801 0 # Node ID a3759c05cc5bc36c844348b3610c3c61ee5e5f2c # Parent ea341703b1d3148d401b7f6b0643df9f1a6df9cd Bring back the unintentionally hidden 'Manage Accounts' dialog. Thanks to Andrea Visinoni for reporting the bug. diff -r ea341703b1d3 -r a3759c05cc5b pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sat Jun 07 05:23:54 2008 +0000 +++ b/pidgin/gtkblist.c Sat Jun 07 14:26:41 2008 +0000 @@ -5305,7 +5305,7 @@ tmp = g_strdup_printf(_("Welcome to %s!\n\n" "You have no accounts enabled. Enable your IM accounts from the " - "Accounts window at Accounts->Manage. Once you " + "Accounts window at Accounts->Manage Accounts. Once you " "enable accounts, you'll be able to sign on, set your status, " "and talk to your friends."), PIDGIN_NAME); pretty = pidgin_make_pretty_arrows(tmp); @@ -7609,7 +7609,7 @@ for (l = gtk_container_get_children(GTK_CONTAINER(accountmenu)); l; l = g_list_delete_link(l, l)) { menuitem = l->data; - if (menuitem != gtk_item_factory_get_widget(gtkblist->ift, N_("/Accounts/Manage"))) + if (menuitem != gtk_item_factory_get_widget(gtkblist->ift, N_("/Accounts/Manage Accounts"))) gtk_widget_destroy(menuitem); }