diff options
author | Ted Gould <ted@canonical.com> | 2008-12-02 11:49:55 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-12-02 11:49:55 -0600 |
commit | a387d91c169cb0add2cee70c66ae2c465bc341eb (patch) | |
tree | 51d0cca15cf84c5db0a5ee09155d223996f8b6b7 /src/indicator-power.c | |
parent | 52e485504a859a632dbfad9b20d88e25325f7a57 (diff) | |
download | libayatana-indicator-a387d91c169cb0add2cee70c66ae2c465bc341eb.tar.gz libayatana-indicator-a387d91c169cb0add2cee70c66ae2c465bc341eb.tar.bz2 libayatana-indicator-a387d91c169cb0add2cee70c66ae2c465bc341eb.zip |
Adding in all of the icons into the mockups.
Diffstat (limited to 'src/indicator-power.c')
-rw-r--r-- | src/indicator-power.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c index 03ee0d2..84d5da1 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -21,9 +21,9 @@ block_prelight (GtkWidget * widget, GtkStateType prev, gpointer data) #define MENU_ITEM_CNT 3 menuitem_t menuitems[MENU_ITEM_CNT] = { - {"Main", "audio-volume-low", "(1:34 left)"}, - {"Mouse", "audio-volume-med", "(0:40 left)"}, - {"Phone", "audio-volume-high", "(10:40 left)"} + {"Main", "panel-light-power-battery-medium", "(1:34 left)"}, + {"Mouse", "panel-light-power-mouse-verylow", "(0:40 left)"}, + {"Phone", "panel-light-power-battery-verylow", "(10:40 left)"} }; GtkWidget * @@ -85,7 +85,7 @@ indicator_power_menuitem (void) GtkWidget * hbox = gtk_hbox_new(FALSE, 0); - GtkWidget * icon = gtk_image_new_from_icon_name("audio-volume-high", + GtkWidget * icon = gtk_image_new_from_icon_name("panel-light-power-battery-plugged", GTK_ICON_SIZE_MENU); gtk_box_pack_start(GTK_BOX(hbox), icon, FALSE, FALSE, 0); gtk_widget_show(icon); |