summaryrefslogtreecommitdiff
path: root/examples/application6/exampleappwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application6/exampleappwin.c')
-rw-r--r--examples/application6/exampleappwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application6/exampleappwin.c b/examples/application6/exampleappwin.c
index 7f332181ea..5eacf3d04c 100644
--- a/examples/application6/exampleappwin.c
+++ b/examples/application6/exampleappwin.c
@@ -77,7 +77,7 @@ example_app_window_open (ExampleAppWindow *win,
basename = g_file_get_basename (file);
- scrolled = gtk_scrolled_window_new (NULL, NULL);
+ scrolled = gtk_scrolled_window_new ();
gtk_widget_set_hexpand (scrolled, TRUE);
gtk_widget_set_vexpand (scrolled, TRUE);
view = gtk_text_view_new ();