pidgin/pidgin

7cb10e75343b
Parents b9eeac4cbe06
Children 8e4afe007978
Fixed a keyboard shortcut conflict in unity plugin. Thanks Bjoern!
--- a/pidgin/plugins/unity.c Sat Jan 25 00:21:00 2014 +0100
+++ b/pidgin/plugins/unity.c Sat Jan 25 22:40:21 2014 +0530
@@ -466,7 +466,7 @@
G_CALLBACK(launcher_config_cb), GUINT_TO_POINTER(LAUNCHER_COUNT_MESSAGES));
toggle = gtk_radio_button_new_with_mnemonic_from_widget(GTK_RADIO_BUTTON(toggle),
- _("Show number of unread _conversations on launcher icon"));
+ _("Show number of unread co_nversations on launcher icon"));
gtk_box_pack_start(GTK_BOX(vbox), toggle, FALSE, FALSE, 0);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toggle),
purple_prefs_get_int("/plugins/gtk/unity/launcher_count") == LAUNCHER_COUNT_SOURCES);