diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-31 19:37:39 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-31 19:37:39 +0200 |
commit | 08007af84a6a608a3da5c32c9d2965501fd23f6e (patch) | |
tree | d9267f0bde054ec7423b6210a20b2d70fa71fb14 /src/shared-names.h | |
parent | 747d6e9a9e4d6bc825d1b3ba239e6f0f0d79c673 (diff) | |
parent | 0b1b65a1eedcd0158680437e0ceed9cb9f86f35f (diff) | |
download | ayatana-indicator-session-08007af84a6a608a3da5c32c9d2965501fd23f6e.tar.gz ayatana-indicator-session-08007af84a6a608a3da5c32c9d2965501fd23f6e.tar.bz2 ayatana-indicator-session-08007af84a6a608a3da5c32c9d2965501fd23f6e.zip |
* New upstream release:
- Add an 'Online Accounts' menuitem (lp: #1044464)
- Add disposition highlighting to the indicator icon (lp: #1044015)
- Remove the Restart button from the shutdown dialog (lp: #1027952)
Diffstat (limited to 'src/shared-names.h')
-rw-r--r-- | src/shared-names.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared-names.h b/src/shared-names.h index dcda182..e82aef8 100644 --- a/src/shared-names.h +++ b/src/shared-names.h @@ -41,7 +41,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define RESTART_ITEM_ICON "restart-icon" #define ICON_DEFAULT "system-devices-panel" -#define ICON_RESTART "system-devices-panel-alert" +#define ICON_INFO "system-devices-panel-information" +#define ICON_ALERT "system-devices-panel-alert" + #define GREETER_ICON_DEFAULT "system-shutdown-panel" #define GREETER_ICON_RESTART "system-shutdown-panel-restart" |