diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-07 15:02:42 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-07 15:03:31 +0100 |
| commit | 53f7cfc846958675377687f3e936af5712fb5331 (patch) | |
| tree | 57d75a58aee5468b32243227515a72cb1f72ba10 /shell/clock.c | |
| parent | 9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08 (diff) | |
| download | graynard-53f7cfc846958675377687f3e936af5712fb5331.tar.gz graynard-53f7cfc846958675377687f3e936af5712fb5331.zip | |
style: rename classes from wgs-* to maynard-*
Diffstat (limited to 'shell/clock.c')
| -rw-r--r-- | shell/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/clock.c b/shell/clock.c index 4026e13..8f75451 100644 --- a/shell/clock.c +++ b/shell/clock.c @@ -78,7 +78,7 @@ maynard_clock_constructed (GObject *object) gtk_style_context_add_class ( gtk_widget_get_style_context (GTK_WIDGET (self)), - "wgs-clock"); + "maynard-clock"); self->priv->label = gtk_label_new (""); gtk_label_set_justify (GTK_LABEL (self->priv->label), GTK_JUSTIFY_CENTER); |
