← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-me/trunk] Rev 124: Rename for ubuntuone-preferences to ubuntuone-control-panel-gtk

 

------------------------------------------------------------
revno: 124
committer: Ken VanDine <ken.vandine@xxxxxxxxxxxxx>
branch nick: indicator-me
timestamp: Thu 2011-01-27 14:47:20 -0500
message:
  Rename for ubuntuone-preferences to ubuntuone-control-panel-gtk
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	2010-09-16 16:02:49 +0000
+++ src/me-service.c	2011-01-27 19:47:20 +0000
@@ -265,12 +265,12 @@
     at_least_one = TRUE;
   }
 
-  if (program_is_installed ("ubuntuone-preferences")) {
+  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,
                                    _("Ubuntu One..."));
     g_signal_connect(G_OBJECT(u1_accounts_mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED,
-                     G_CALLBACK(spawn_on_activate_cb), "ubuntuone-preferences");
+                     G_CALLBACK(spawn_on_activate_cb), "ubuntuone-control-panel-gtk");
     at_least_one = TRUE;
   }