Merge lp:~ken-vandine/indicator-me/empathy_2_29_91 into lp:indicator-me

Proposed by Ken VanDine
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ken-vandine/indicator-me/empathy_2_29_91
Merge into: lp:indicator-me
Diff against target: 12 lines (+1/-1)
1 file modified
src/me-service.c (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/indicator-me/empathy_2_29_91
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+20009@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

empathy 2.29.91 now uses empathy-accounts instead of empathy -a

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/me-service.c'
2--- src/me-service.c 2010-02-22 21:19:26 +0000
3+++ src/me-service.c 2010-02-23 22:08:16 +0000
4@@ -165,7 +165,7 @@
5 _("Chat Accounts..."));
6 dbusmenu_menuitem_child_append(root, im_accounts_mi);
7 g_signal_connect(G_OBJECT(im_accounts_mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED,
8- G_CALLBACK(spawn_on_activate_cb), "empathy -a");
9+ G_CALLBACK(spawn_on_activate_cb), "empathy-accounts");
10
11 DbusmenuMenuitem *tw_accounts_mi = dbusmenu_menuitem_new();
12 dbusmenu_menuitem_property_set(tw_accounts_mi, DBUSMENU_MENUITEM_PROP_LABEL,

Subscribers

People subscribed via source and target branches