aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/patches/switch_user_lp-444494.patch13
2 files changed, 9 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index 8081ae0..0e85b0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+indicator-session (0.1.6-0ubuntu3~ppa1) UNRELEASED; urgency=low
+
+ * Asynchronized the menu handling so that it's in the right
+ order with async startup.
+ * String change, "New Session" to "Switch User" (LP: #444494)
+ * Removed debian/patches/switch_user_lp-444494.patch
+
+ -- Ted Gould <ted@ubuntu.com> Tue, 06 Oct 2009 18:09:08 -0400
+
indicator-session (0.1.6-0ubuntu2) UNRELEASED; urgency=low
* debian/patches/switch_user_lp-444494.patch
diff --git a/debian/patches/switch_user_lp-444494.patch b/debian/patches/switch_user_lp-444494.patch
deleted file mode 100644
index 6c4bdf8..0000000
--- a/debian/patches/switch_user_lp-444494.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'src/users-service.c'
---- src/users-service.c 2009-09-30 02:03:36 +0000
-+++ src/users-service.c 2009-10-05 20:38:14 +0000
-@@ -342,7 +342,7 @@
- if (check_new_session ())
- {
- mi = dbusmenu_menuitem_new ();
-- dbusmenu_menuitem_property_set (mi, DBUSMENU_MENUITEM_PROP_LABEL, _("New Session..."));
-+ dbusmenu_menuitem_property_set (mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Switch User..."));
- dbusmenu_menuitem_child_append (root, mi);
- g_signal_connect (G_OBJECT (mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK (activate_new_session), NULL);
- }
-