From 992ea8e1d7a4673831b146e803578dda3a36d44c Mon Sep 17 00:00:00 2001 From: BST 2002 Tony Gale Date: Sun, 25 Aug 2002 11:28:42 +0000 Subject: update packaging script for current tutorial Sun Aug 25 11:58:27 BST 2002 Tony Gale * docs/tutorial/package-db-tutorial.sh: update packaging script for current tutorial * docs/tutorial/images/*.eps: New Files EPS versions of the tutorial images --- examples/scribble-xinput/scribble-xinput.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/scribble-xinput/scribble-xinput.c') diff --git a/examples/scribble-xinput/scribble-xinput.c b/examples/scribble-xinput/scribble-xinput.c index 59ee21aacf..2a2909b103 100644 --- a/examples/scribble-xinput/scribble-xinput.c +++ b/examples/scribble-xinput/scribble-xinput.c @@ -158,11 +158,11 @@ create_input_dialog () inputd = gtk_input_dialog_new(); g_signal_connect (G_OBJECT (inputd), "destroy", - G_CALLBACK (input_dialog_destroy), &inputd); + G_CALLBACK (input_dialog_destroy), (gpointer) &inputd); g_signal_connect_swapped (G_OBJECT (GTK_INPUT_DIALOG (inputd)->close_button), "clicked", G_CALLBACK (gtk_widget_hide), - inputd); + G_OBJECT (inputd)); gtk_widget_hide (GTK_INPUT_DIALOG (inputd)->save_button); gtk_widget_show (inputd); @@ -248,7 +248,7 @@ main (int argc, char *argv[]) g_signal_connect_swapped (G_OBJECT (button), "clicked", G_CALLBACK (gtk_widget_destroy), - window); + G_OBJECT (window)); gtk_widget_show (button); gtk_widget_show (window); -- cgit v1.2.1