diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-09-09 13:52:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-09-09 13:52:16 +0000 |
commit | beb69e8c57c516a42f99c324754b2ea3048387e7 (patch) | |
tree | 09470e3a831ef8f3df02e7f0aa85e27db024b34d /tests/testfilechooser.c | |
parent | 375537fff8998411434f4fa237e5adc6f4e7029a (diff) | |
download | gtk+-beb69e8c57c516a42f99c324754b2ea3048387e7.tar.gz |
Typo fix.
Diffstat (limited to 'tests/testfilechooser.c')
-rw-r--r-- | tests/testfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index edcb7a6b74..30b1ced267 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"); |