summaryrefslogtreecommitdiff
path: root/shell/maynard.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/maynard.c
parentd7459e6d6cae229237d692d12fe2de7fe8d6fa47 (diff)
downloadgraynard-45a5d6c3bd3e4f68cb7c460fb9609ecd2913d7ed.tar.gz
graynard-45a5d6c3bd3e4f68cb7c460fb9609ecd2913d7ed.zip
shell: remove last places that still say "gtk shell"
Diffstat (limited to 'shell/maynard.c')
-rw-r--r--shell/maynard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/maynard.c b/shell/maynard.c
index 133f3ba..9e03dfc 100644
--- a/shell/maynard.c
+++ b/shell/maynard.c
@@ -420,7 +420,7 @@ background_create(struct desktop *desktop)
g_signal_connect (background->window, "draw",
G_CALLBACK (draw_cb), desktop);
- gtk_window_set_title(GTK_WINDOW(background->window), "gtk shell");
+ gtk_window_set_title(GTK_WINDOW(background->window), "maynard");
gtk_window_set_decorated(GTK_WINDOW(background->window), FALSE);
gtk_widget_realize(background->window);