summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-09-09 13:52:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-09 13:52:16 +0000
commitbeb69e8c57c516a42f99c324754b2ea3048387e7 (patch)
tree09470e3a831ef8f3df02e7f0aa85e27db024b34d
parent375537fff8998411434f4fa237e5adc6f4e7029a (diff)
downloadgdk-pixbuf-beb69e8c57c516a42f99c324754b2ea3048387e7.tar.gz
Typo fix.
-rw-r--r--tests/testfilechooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c
index edcb7a6b7..30b1ced26 100644
--- a/tests/testfilechooser.c
+++ b/tests/testfilechooser.c
@@ -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");