summaryrefslogtreecommitdiff
path: root/shell/panel.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-07 15:02:42 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-07 15:03:31 +0100
commit53f7cfc846958675377687f3e936af5712fb5331 (patch)
tree57d75a58aee5468b32243227515a72cb1f72ba10 /shell/panel.c
parent9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08 (diff)
downloadgraynard-53f7cfc846958675377687f3e936af5712fb5331.tar.gz
graynard-53f7cfc846958675377687f3e936af5712fb5331.zip
style: rename classes from wgs-* to maynard-*
Diffstat (limited to 'shell/panel.c')
-rw-r--r--shell/panel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/panel.c b/shell/panel.c
index 605ef1e..2d5bf6b 100644
--- a/shell/panel.c
+++ b/shell/panel.c
@@ -92,7 +92,7 @@ maynard_panel_constructed (GObject *object)
/* make it black and slightly alpha */
gtk_style_context_add_class (
gtk_widget_get_style_context (GTK_WIDGET (self)),
- "wgs-panel");
+ "maynard-panel");
/* main vbox */
main_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
@@ -134,14 +134,14 @@ maynard_panel_constructed (GObject *object)
image = gtk_image_new_from_icon_name ("network-wireless-signal-excellent-symbolic",
GTK_ICON_SIZE_LARGE_TOOLBAR);
gtk_style_context_add_class (gtk_widget_get_style_context (image),
- "wgs-wifi");
+ "maynard-wifi");
gtk_box_pack_start (GTK_BOX (buttons_box), image, FALSE, FALSE, 0);
/* sound button */
image = gtk_image_new_from_icon_name ("audio-volume-high-symbolic",
GTK_ICON_SIZE_LARGE_TOOLBAR);
gtk_style_context_add_class (gtk_widget_get_style_context (image),
- "wgs-audio");
+ "maynard-audio");
gtk_box_pack_start (GTK_BOX (buttons_box), image, FALSE, FALSE, 0);
/* revealer for the vertical clock */