diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-25 09:03:29 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-25 09:03:29 -0400 |
commit | 6bacf14ef210f0ff8a2cc179f235d70906485698 (patch) | |
tree | 3d4b01e0562a1c44e396ce0a45004d618757728d /po/POTFILES.in | |
parent | 92cb2ff94b4efb98437639a7c37fa894efa03556 (diff) | |
parent | ce36ed0c35e58f0244a090250ab7f96b8e5915ac (diff) | |
download | ayatana-indicator-session-6bacf14ef210f0ff8a2cc179f235d70906485698.tar.gz ayatana-indicator-session-6bacf14ef210f0ff8a2cc179f235d70906485698.tar.bz2 ayatana-indicator-session-6bacf14ef210f0ff8a2cc179f235d70906485698.zip |
* New upstream release.
- User menu should still show even if there is only 1 user (LP: #831758)
- Bluetooth item in menu not needed (LP: #825111)
- Newly created users are not added to the menu until next
login (LP: #552048)
- Users list in shutdown menu is not updated on user
deletion (LP: #557608)
- should use gsettings rather than gconf (LP: #656323)
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 08eff5f..18b5d9b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,7 +1,11 @@ [encoding: UTF-8] -data/indicator-session.schemas.in +data/com.canonical.indicator.session.gschema.xml.in data/extra-sessions/classic-desktop.desktop.in.in -src/gconf-helper.c +data/indicator-session-lock-screen.desktop.in.in +data/indicator-session-shutdown.desktop.in.in +data/indicator-session-logout.desktop.in.in +data/indicator-session-restart.desktop.in.in +src/settings-helper.c src/lock-helper.c src/gtk-logout-helper.c src/dialog.c @@ -10,3 +14,4 @@ src/session-service.c src/apt-watcher.c src/device-menu-mgr.c src/user-menu-mgr.c +src/udev-mgr.c |