mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
8b8bbfc417
commit
e47f7d5827
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user