diff options
author | Ted Gould <ted@gould.cx> | 2011-09-27 14:51:51 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-27 14:51:51 -0500 |
commit | 22c09b74f5fdc3958d38c9fcf2c91d67c14fa6c2 (patch) | |
tree | dfe81f50de34e5e89e8459e094be61a558a021db /src/indicator-session.c | |
parent | 28b8bddfe57af6ee09d5be32fc413fb5c3e7121b (diff) | |
parent | 99d0f953bfd72de8ad83c5e9a898897dcd17f268 (diff) | |
download | ayatana-indicator-session-22c09b74f5fdc3958d38c9fcf2c91d67c14fa6c2.tar.gz ayatana-indicator-session-22c09b74f5fdc3958d38c9fcf2c91d67c14fa6c2.tar.bz2 ayatana-indicator-session-22c09b74f5fdc3958d38c9fcf2c91d67c14fa6c2.zip |
Updating to trunk
Diffstat (limited to 'src/indicator-session.c')
-rw-r--r-- | src/indicator-session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c index 833d19b..9510807 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -509,11 +509,11 @@ receive_signal (GDBusProxy * proxy, } else if (g_strcmp0(signal_name, "RestartRequired") == 0) { if (greeter_mode == TRUE){ - self->devices.image = indicator_image_helper (GREETER_ICON_RESTART); + indicator_image_helper_update(self->devices.image, GREETER_ICON_RESTART); } else{ g_debug ("reboot required"); - self->devices.image = indicator_image_helper (ICON_RESTART); + indicator_image_helper_update(self->devices.image, ICON_RESTART); } } } |