aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-session.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-18 14:30:05 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-18 14:30:05 -0400
commit7cb790290cb874e06deca13497eed34079b4fb8c (patch)
treea2cad5eb3f5a2f03a61e2751eebcbb0d779a2ae7 /src/indicator-session.c
parentb5eb255fae2158fde84def56b46fa6c5424f5b84 (diff)
parentdea3599b2e7061a1ece931ac5afae57c8c28f125 (diff)
downloadayatana-indicator-session-7cb790290cb874e06deca13497eed34079b4fb8c.tar.gz
ayatana-indicator-session-7cb790290cb874e06deca13497eed34079b4fb8c.tar.bz2
ayatana-indicator-session-7cb790290cb874e06deca13497eed34079b4fb8c.zip
Import upstream version 0.3.2
Diffstat (limited to 'src/indicator-session.c')
-rw-r--r--src/indicator-session.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c
index bfe0b75..f6727d9 100644
--- a/src/indicator-session.c
+++ b/src/indicator-session.c
@@ -163,13 +163,11 @@ indicator_session_init (IndicatorSession *self)
}
self->users.label = GTK_LABEL (gtk_label_new (NULL));
- // Only show once we have a valid username
- // gtk_widget_hide (GTK_WIDGET(self->users.label));
// devices
self->devices.menu = GTK_MENU (dbusmenu_gtkmenu_new(INDICATOR_SESSION_DBUS_NAME,
INDICATOR_SESSION_DBUS_OBJECT));
- self->devices.image = indicator_image_helper (ICON_DEFAULT);
+ self->devices.image = indicator_image_helper ("system-devices-panel");
gtk_widget_show (GTK_WIDGET(self->devices.menu));
gtk_widget_show (GTK_WIDGET(self->devices.image));
@@ -501,7 +499,7 @@ receive_signal (GDBusProxy * proxy,
}
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);
+ self->devices.image = indicator_image_helper ("system-devices-alert-panel");
}
}