summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/links.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/gtk-demo/links.c')
-rw-r--r--demos/gtk-demo/links.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/links.c b/demos/gtk-demo/links.c
index e7ae51d5f1..f77f785928 100644
--- a/demos/gtk-demo/links.c
+++ b/demos/gtk-demo/links.c
@@ -21,7 +21,7 @@ activate_link (GtkWidget *label,
"The term ‘keynav’ is a shorthand for "
"keyboard navigation and refers to the process of using "
"a program (exclusively) via keyboard input.");
- gtk_alert_dialog_show (dialog, GTK_WINDOW (gtk_widget_get_root (label)));
+ gtk_alert_dialog_show (dialog, GTK_WINDOW (gtk_widget_get_root (label)), NULL);
g_object_unref (dialog);
return TRUE;