]> Pileus Git - ~andy/gtk/commitdiff
Typo fix.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 9 Sep 2004 13:52:16 +0000 (13:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 9 Sep 2004 13:52:16 +0000 (13:52 +0000)
tests/testfilechooser.c

index edcb7a6b74a73d781a59e8dd6957b3a1d8fdff3c..30b1ced267f786ef1e96a10ce75d08015fd4a33c 100644 (file)
@@ -522,7 +522,7 @@ main (int argc, char **argv)
   gtk_container_add (GTK_CONTAINER (vbbox), button);
   g_signal_connect_swapped (button, "clicked",
                            G_CALLBACK (gtk_file_chooser_select_all), dialog);
-  g_signal_connect (dialog, "notify::multiple", 
+  g_signal_connect (dialog, "notify::select-multiple", 
                    G_CALLBACK (notify_multiple_cb), button);
   
   button = gtk_button_new_with_mnemonic ("_Unselect all");