diff options
author | Ted Gould <ted@gould.cx> | 2011-09-27 16:56:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-27 16:56:12 -0500 |
commit | af086761e7447cc106191dd9802c774666a4b5a0 (patch) | |
tree | 9f002770dfaf273063e3c55c6ec4dc46b6f1d0e5 /src/indicator-session.c | |
parent | 8ff4f280a70526bb232b14374e3b982a6dbfd120 (diff) | |
parent | 749c8c0bdc194d438b6eea99dbedd0fd327c10da (diff) | |
download | ayatana-indicator-session-af086761e7447cc106191dd9802c774666a4b5a0.tar.gz ayatana-indicator-session-af086761e7447cc106191dd9802c774666a4b5a0.tar.bz2 ayatana-indicator-session-af086761e7447cc106191dd9802c774666a4b5a0.zip |
Import upstream version 0.3.6
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); } } } |