summaryrefslogtreecommitdiff
path: root/examples/application10/exampleappwin.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-11-16 17:03:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-11-16 17:04:30 -0500
commit055e4722f52311f7be090a56ce8fe5fcb505c650 (patch)
treebefa0f0ca75e2c11a0790d1405662b82c6aa406e /examples/application10/exampleappwin.c
parent7265d9d9ad7030c7cd7edd03d26ab0fd5b2b26e1 (diff)
downloadgtk+-055e4722f52311f7be090a56ce8fe5fcb505c650.tar.gz
Add the new exampleapp to the docs
Diffstat (limited to 'examples/application10/exampleappwin.c')
-rw-r--r--examples/application10/exampleappwin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/application10/exampleappwin.c b/examples/application10/exampleappwin.c
index 5e7a2784e2..4c0efc65e0 100644
--- a/examples/application10/exampleappwin.c
+++ b/examples/application10/exampleappwin.c
@@ -241,7 +241,6 @@ example_app_window_init (ExampleAppWindow *win)
priv->lines_label, "visible",
G_BINDING_DEFAULT);
- gtk_window_set_icon_name (GTK_WINDOW (win), "sunny");
g_object_set (gtk_settings_get_default (), "gtk-shell-shows-app-menu", FALSE, NULL);
gtk_application_window_set_show_menubar (GTK_APPLICATION_WINDOW (win), TRUE);
}