diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-12 02:05:35 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-12 02:05:35 -0500 |
commit | c9352cd0a8363e4508d19e66ccf373b2abb2b7d3 (patch) | |
tree | 9aad89deacebef510659739b22383443889cce90 /debian | |
parent | 98d1379784757b63e317bcd9ac7af69836e473d9 (diff) | |
download | ayatana-indicator-session-c9352cd0a8363e4508d19e66ccf373b2abb2b7d3.tar.gz ayatana-indicator-session-c9352cd0a8363e4508d19e66ccf373b2abb2b7d3.tar.bz2 ayatana-indicator-session-c9352cd0a8363e4508d19e66ccf373b2abb2b7d3.zip |
If the Unity dialogs aren't available (such as in the greeter) but zenity is, use it to for confirmation dialogs:
- add the implementation in actions.c
- add actions.c to the i18n files list
- sync the unit tests
- suggest zenity in debian/control
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a0dfdb1..522eeb1 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,8 @@ Depends: ${shlibs:Depends}, gnome-settings-daemon, Recommends: indicator-applet (>= 0.2) | indicator-renderer, gnome-screensaver -Suggests: lightdm +Suggests: lightdm, + zenity Description: indicator showing session management, status and user switching This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. |