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

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

Fixed path to ubuntuone-preferences

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-18 08:43:24 +0000
3+++ src/me-service.c 2010-02-22 21:22:12 +0000
4@@ -179,7 +179,7 @@
5 _("Ubuntu One..."));
6 dbusmenu_menuitem_child_append(root, u1_accounts_mi);
7 g_signal_connect(G_OBJECT(u1_accounts_mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED,
8- G_CALLBACK(spawn_on_activate_cb), "ubuntuone-client-preferences");
9+ G_CALLBACK(spawn_on_activate_cb), "ubuntuone-preferences");
10
11 }
12

Subscribers

People subscribed via source and target branches