mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Handle the Cancel button properly. (#304234, Sven Neumann)
2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the Cancel button properly. (#304234, Sven Neumann)
This commit is contained in:
parent
740f66023c
commit
116c3e66af
@ -1,3 +1,8 @@
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
|
||||
Cancel button properly. (#304234, Sven Neumann)
|
||||
|
||||
2005-05-18 Anders Carlsson <andersca@imendio.com>
|
||||
|
||||
* gtk/gtktextview.c: (gtk_text_view_flush_scroll),
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
|
||||
Cancel button properly. (#304234, Sven Neumann)
|
||||
|
||||
2005-05-18 Anders Carlsson <andersca@imendio.com>
|
||||
|
||||
* gtk/gtktextview.c: (gtk_text_view_flush_scroll),
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
|
||||
Cancel button properly. (#304234, Sven Neumann)
|
||||
|
||||
2005-05-18 Anders Carlsson <andersca@imendio.com>
|
||||
|
||||
* gtk/gtktextview.c: (gtk_text_view_flush_scroll),
|
||||
|
@ -2165,6 +2165,8 @@ dialog_response_cb (GtkDialog *dialog,
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
gtk_file_chooser_unselect_all (GTK_FILE_CHOOSER (dialog));
|
||||
|
||||
if (priv->old_path)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user