summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/images.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/gtk-demo/images.c')
-rw-r--r--demos/gtk-demo/images.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/gtk-demo/images.c b/demos/gtk-demo/images.c
index af2ceb269c..e9a26206ab 100644
--- a/demos/gtk-demo/images.c
+++ b/demos/gtk-demo/images.c
@@ -87,7 +87,7 @@ progressive_timeout (gpointer data)
dialog = gtk_alert_dialog_new ("Failure reading image file 'alphatest.png': %s",
error->message);
- gtk_alert_dialog_show (dialog, NULL);
+ gtk_alert_dialog_show (dialog, NULL, NULL);
g_object_unref (dialog);
g_error_free (error);
@@ -107,7 +107,7 @@ progressive_timeout (gpointer data)
dialog = gtk_alert_dialog_new ("Failed to load image: %s",
error->message);
- gtk_alert_dialog_show (dialog, NULL);
+ gtk_alert_dialog_show (dialog, NULL, NULL);
g_object_unref (dialog);
g_error_free (error);
@@ -132,7 +132,7 @@ progressive_timeout (gpointer data)
dialog = gtk_alert_dialog_new ("Failed to load image: %s",
error->message);
- gtk_alert_dialog_show (dialog, NULL);
+ gtk_alert_dialog_show (dialog, NULL, NULL);
g_object_unref (dialog);
g_error_free (error);
@@ -160,7 +160,7 @@ progressive_timeout (gpointer data)
dialog = gtk_alert_dialog_new ("Failed to load image: %s",
error->message);
- gtk_alert_dialog_show (dialog, NULL);
+ gtk_alert_dialog_show (dialog, NULL, NULL);
g_object_unref (dialog);
g_error_free (error);
@@ -188,7 +188,7 @@ progressive_timeout (gpointer data)
dialog = gtk_alert_dialog_new ("%s",
error->message);
- gtk_alert_dialog_show (dialog, NULL);
+ gtk_alert_dialog_show (dialog, NULL, NULL);
g_object_unref (dialog);
g_error_free (error);