summaryrefslogtreecommitdiff
path: root/shell/panel.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-25 10:38:50 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-25 10:38:50 +0100
commit45a5d6c3bd3e4f68cb7c460fb9609ecd2913d7ed (patch)
treeb12dea71a53c007db3eb99519e129b434d63fdd8 /shell/panel.c
parentd7459e6d6cae229237d692d12fe2de7fe8d6fa47 (diff)
downloadgraynard-45a5d6c3bd3e4f68cb7c460fb9609ecd2913d7ed.tar.gz
graynard-45a5d6c3bd3e4f68cb7c460fb9609ecd2913d7ed.zip
shell: remove last places that still say "gtk shell"
Diffstat (limited to 'shell/panel.c')
-rw-r--r--shell/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/panel.c b/shell/panel.c
index 4b9605a..33edaf1 100644
--- a/shell/panel.c
+++ b/shell/panel.c
@@ -99,7 +99,7 @@ maynard_panel_constructed (GObject *object)
G_OBJECT_CLASS (maynard_panel_parent_class)->constructed (object);
/* window properties */
- gtk_window_set_title (GTK_WINDOW (self), "gtk shell");
+ gtk_window_set_title (GTK_WINDOW (self), "maynard");
gtk_window_set_decorated (GTK_WINDOW (self), FALSE);
gtk_widget_realize(GTK_WIDGET (self));