diff options
author | Ted Gould <ted@canonical.com> | 2009-10-06 18:11:51 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-06 18:11:51 -0400 |
commit | c5e178a78fe8855f3af5e141a60964aa8118b5f8 (patch) | |
tree | 705aec9eee7ccb431cdee0b5c843f471a361577f /debian | |
parent | f0472c4c020e7167690b8c2e07e5c73120e7187e (diff) | |
parent | ba6f42104e9f845f3d50370f6c43e4b4d6d3eb7b (diff) | |
download | ayatana-indicator-session-c5e178a78fe8855f3af5e141a60964aa8118b5f8.tar.gz ayatana-indicator-session-c5e178a78fe8855f3af5e141a60964aa8118b5f8.tar.bz2 ayatana-indicator-session-c5e178a78fe8855f3af5e141a60964aa8118b5f8.zip |
* 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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/patches/switch_user_lp-444494.patch | 13 |
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); - } - |