ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #02940
[Branch ~indicator-applet-developers/indicator-me/trunk] Rev 127: Removed ubuntuone-control-panel-gtk from the menu (LP: #711233)
------------------------------------------------------------
revno: 127
fixes bug(s): https://launchpad.net/bugs/711233
committer: Ken VanDine <ken.vandine@xxxxxxxxxxxxx>
branch nick: indicator-me
timestamp: Tue 2011-02-01 09:06:37 -0500
message:
Removed ubuntuone-control-panel-gtk from the menu (LP: #711233)
modified:
src/me-service.c
--
lp:indicator-me
https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk
Your team ayatana-commits is subscribed to branch lp:indicator-me.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk/+edit-subscription
=== modified file 'src/me-service.c'
--- src/me-service.c 2011-01-27 19:47:20 +0000
+++ src/me-service.c 2011-02-01 14:06:37 +0000
@@ -265,6 +265,7 @@
at_least_one = TRUE;
}
+ /* Removed ubuntuone-control-panel-gtk from MeMenu (LP: #711233)
if (program_is_installed ("ubuntuone-control-panel-gtk")) {
u1_accounts_mi = dbusmenu_menuitem_new();
dbusmenu_menuitem_property_set(u1_accounts_mi, DBUSMENU_MENUITEM_PROP_LABEL,
@@ -273,6 +274,7 @@
G_CALLBACK(spawn_on_activate_cb), "ubuntuone-control-panel-gtk");
at_least_one = TRUE;
}
+ */
if (at_least_one) {
DbusmenuMenuitem *separator = dbusmenu_menuitem_new();