Typo fix.

This commit is contained in:
Matthias Clasen 2004-09-09 13:52:16 +00:00
parent 375537fff8
commit beb69e8c57

View 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");