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/app-icon.c | |
| parent | 9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08 (diff) | |
| download | graynard-53f7cfc846958675377687f3e936af5712fb5331.tar.gz graynard-53f7cfc846958675377687f3e936af5712fb5331.zip | |
style: rename classes from wgs-* to maynard-*
Diffstat (limited to 'shell/app-icon.c')
| -rw-r--r-- | shell/app-icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/app-icon.c b/shell/app-icon.c index af23fd8..ab857ef 100644 --- a/shell/app-icon.c +++ b/shell/app-icon.c @@ -30,7 +30,7 @@ maynard_app_icon_init (MaynardAppIcon *self) { gtk_style_context_add_class ( gtk_widget_get_style_context (GTK_WIDGET (self)), - "wgs-apps"); + "maynard-apps"); gtk_style_context_remove_class ( gtk_widget_get_style_context (GTK_WIDGET (self)), |
