diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 16:19:05 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 16:19:05 -0600 |
commit | 44d2e3243736990ca867eba36f4371252e2adf11 (patch) | |
tree | 814f809764880280a1768e8edeac7c065222fb5f /src | |
parent | 8d65fd684fb6672d513bb1cf29e182ee5696a375 (diff) | |
download | ayatana-indicator-session-44d2e3243736990ca867eba36f4371252e2adf11.tar.gz ayatana-indicator-session-44d2e3243736990ca867eba36f4371252e2adf11.tar.bz2 ayatana-indicator-session-44d2e3243736990ca867eba36f4371252e2adf11.zip |
Keeping the names the same for now, until we have artwork.
Diffstat (limited to 'src')
-rw-r--r-- | src/dbus-shared-names.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-shared-names.h b/src/dbus-shared-names.h index 8cbb488..11d62bb 100644 --- a/src/dbus-shared-names.h +++ b/src/dbus-shared-names.h @@ -46,6 +46,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define USER_ITEM_PROP_LOGGED_IN "user-item-logged-in" #define ICON_DEFAULT "system-shutdown-panel" -#define ICON_RESTART "system-shutdown-restart-panel" +#define ICON_RESTART "system-shutdown-panel" #endif /* __DBUS_SHARED_NAMES_H__ */ |