pidgin: 8748a31a: Bring back the unintentionally hidden 'M...

sadrul at pidgin.im sadrul at pidgin.im
Sat Jun 7 10:25:52 EDT 2008


-----------------------------------------------------------------
Revision: 8748a31a486936dbb05a6ba4cc872f622b7b9c15
Ancestor: 23913fa16455106d8848482b13e9a49b823e6051
Author: sadrul at pidgin.im
Date: 2008-06-07T14:26:41
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8748a31a486936dbb05a6ba4cc872f622b7b9c15

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

Bring back the unintentionally hidden 'Manage Accounts' dialog. Thanks to
Andrea Visinoni for reporting the bug.

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	d10ef2d6f650b1449de5e473515ab34594617491
+++ pidgin/gtkblist.c	73ecdfb268c811ee7dabf1bfacdf5e849df97e2d
@@ -5305,7 +5305,7 @@ static void pidgin_blist_show(PurpleBudd
 	tmp = g_strdup_printf(_("<span weight='bold' size='larger'>Welcome to %s!</span>\n\n"
 
 					       "You have no accounts enabled. Enable your IM accounts from the "
-					       "<b>Accounts</b> window at <b>Accounts->Manage</b>. Once you "
+					       "<b>Accounts</b> window at <b>Accounts->Manage Accounts</b>. 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 @@ pidgin_blist_update_accounts_menu(void)
 	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);
 	}
 


More information about the Commits mailing list