cpw.qulogic.gtk3: 3fd58dec: Change these accel paths to match what's...

qulogic at pidgin.im qulogic at pidgin.im
Mon Feb 27 18:11:53 EST 2012


----------------------------------------------------------------------
Revision: 3fd58dec73c72f9ffc86d7b8c5a84cc487a3370a
Parent:   b7f24ef1107236f9b7de9fa7bc7ea5b192919069
Author:   qulogic at pidgin.im
Date:     02/26/12 02:55:12
Branch:   im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/3fd58dec73c72f9ffc86d7b8c5a84cc487a3370a

Changelog: 

Change these accel paths to match what's automatically generated.

Changes against parent b7f24ef1107236f9b7de9fa7bc7ea5b192919069

  patched  pidgin/gtkblist.c

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	8686cb9c3b8774fd4666f1d32a7903cf8daef15f
+++ pidgin/gtkblist.c	cbd28b9a7537da57b1c260421a7ff33487e31ffd
@@ -8113,7 +8113,7 @@ pidgin_blist_update_accounts_menu(void)
 
 				submenu = gtk_menu_new();
 				gtk_menu_set_accel_group(GTK_MENU(submenu), accel_group);
-				gtk_menu_set_accel_path(GTK_MENU(submenu), N_("<main>/AccountsMenu/EnableAccount"));
+				gtk_menu_set_accel_path(GTK_MENU(submenu), "<Actions>/BListActions/EnableAccount");
 				gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), submenu);
 
 				disabled_accounts = TRUE;
@@ -8168,7 +8168,7 @@ pidgin_blist_update_accounts_menu(void)
 		buf = g_strconcat(purple_account_get_username(account), " (",
 				purple_account_get_protocol_name(account), ")", NULL);
 		menuitem = gtk_image_menu_item_new_with_label(buf);
-		accel_path_buf = g_strconcat(N_("<main>/AccountsMenu/"), buf, NULL);
+		accel_path_buf = g_strconcat("<Actions>/AccountActions/", buf, NULL);
 		g_free(buf);
 
 		pixbuf = pidgin_create_prpl_icon(account, PIDGIN_PRPL_ICON_SMALL);


More information about the Commits mailing list