diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 15:49:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 15:49:52 -0600 |
commit | 2dd05e216cdc0e7ab9318a410758eade2d3e68a4 (patch) | |
tree | 3627bd1ba8b497c49739dc5b917b27bc0a2bb57f /src/session-dbus.c | |
parent | 746636765323cb223ef84af13920a9620176eb4f (diff) | |
download | ayatana-indicator-session-2dd05e216cdc0e7ab9318a410758eade2d3e68a4.tar.gz ayatana-indicator-session-2dd05e216cdc0e7ab9318a410758eade2d3e68a4.tar.bz2 ayatana-indicator-session-2dd05e216cdc0e7ab9318a410758eade2d3e68a4.zip |
Moving the icon names into the shared header files
Diffstat (limited to 'src/session-dbus.c')
-rw-r--r-- | src/session-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session-dbus.c b/src/session-dbus.c index 7159d7f..1413916 100644 --- a/src/session-dbus.c +++ b/src/session-dbus.c @@ -63,7 +63,7 @@ session_dbus_init (SessionDbus *self) SessionDbusPrivate * priv = SESSION_DBUS_GET_PRIVATE(self); - priv->name = g_strdup("system-shutdown-panel"); + priv->name = g_strdup(ICON_DEFAULT); return; } |