Don't activate the combo if we're in the midst of changing folders.

Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
        Don't activate the combo if we're in the midst of changing
        folders.
This commit is contained in:
Jonathan Blandford 2004-03-03 21:09:46 +00:00 committed by Jonathan Blandford
parent 8b8bbfc417
commit e47f7d5827
6 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Wed Mar 3 16:06:03 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
Don't activate the combo if we're in the midst of changing
folders.
2004-03-03 Mark McLoughlin <mark@skynet.ie>
* tests/testsocket_common.c: (print_hello): don't try and store

View File

@ -1,3 +1,9 @@
Wed Mar 3 16:06:03 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
Don't activate the combo if we're in the midst of changing
folders.
2004-03-03 Mark McLoughlin <mark@skynet.ie>
* tests/testsocket_common.c: (print_hello): don't try and store

View File

@ -1,3 +1,9 @@
Wed Mar 3 16:06:03 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
Don't activate the combo if we're in the midst of changing
folders.
2004-03-03 Mark McLoughlin <mark@skynet.ie>
* tests/testsocket_common.c: (print_hello): don't try and store

View File

@ -1,3 +1,9 @@
Wed Mar 3 16:06:03 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
Don't activate the combo if we're in the midst of changing
folders.
2004-03-03 Mark McLoughlin <mark@skynet.ie>
* tests/testsocket_common.c: (print_hello): don't try and store

View File

@ -1,3 +1,9 @@
Wed Mar 3 16:06:03 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
Don't activate the combo if we're in the midst of changing
folders.
2004-03-03 Mark McLoughlin <mark@skynet.ie>
* tests/testsocket_common.c: (print_hello): don't try and store

View File

@ -1989,6 +1989,9 @@ save_folder_combo_changed_cb (GtkComboBox *combo,
{
int active;
if (impl->changing_folder)
return;
active = gtk_combo_box_get_active (combo);
if (active == -1)
return;