diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 16:23:32 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 16:23:32 -0400 |
commit | b5eb255fae2158fde84def56b46fa6c5424f5b84 (patch) | |
tree | 70f194a2b29a7f583160c1cd1630bfb373b7cdc2 /src/indicator-session.c | |
parent | 108cec80746510d7f622ad0506a7f3d2a734c3ae (diff) | |
parent | fb32494de9b55663cec088ade6967da349c0cac7 (diff) | |
download | ayatana-indicator-session-b5eb255fae2158fde84def56b46fa6c5424f5b84.tar.gz ayatana-indicator-session-b5eb255fae2158fde84def56b46fa6c5424f5b84.tar.bz2 ayatana-indicator-session-b5eb255fae2158fde84def56b46fa6c5424f5b84.zip |
Import upstream version 0.3.1
Diffstat (limited to 'src/indicator-session.c')
-rw-r--r-- | src/indicator-session.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c index d7155f6..bfe0b75 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -491,6 +491,7 @@ receive_signal (GDBusProxy * proxy, g_signal_emit_by_name ((gpointer)self, "entry-added", &self->users); + } else{ g_signal_emit_by_name ((gpointer)self, @@ -498,6 +499,10 @@ receive_signal (GDBusProxy * proxy, &self->users); } } + else if (g_strcmp0(signal_name, "RebootRequired") == 0) { + // TODO waiting on design to give me a name. + self->devices.image = indicator_image_helper (ICON_DEFAULT); + } } |