forked from AuroraMiddleware/gtk
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),
|
||||
@ -6,9 +11,9 @@
|
||||
If the horizontal adjustment changes because of a change in the
|
||||
layout width, then do a complete redraw. This is because there
|
||||
might be right-aligned or centered text that needs to be redrawn.
|
||||
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
|
||||
the event masks of descendent windows. (#169821, Tommi Komulainen)
|
||||
|
||||
|
@ -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),
|
||||
@ -6,9 +11,9 @@
|
||||
If the horizontal adjustment changes because of a change in the
|
||||
layout width, then do a complete redraw. This is because there
|
||||
might be right-aligned or centered text that needs to be redrawn.
|
||||
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
|
||||
the event masks of descendent windows. (#169821, Tommi Komulainen)
|
||||
|
||||
|
@ -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),
|
||||
@ -6,9 +11,9 @@
|
||||
If the horizontal adjustment changes because of a change in the
|
||||
layout width, then do a complete redraw. This is because there
|
||||
might be right-aligned or centered text that needs to be redrawn.
|
||||
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
2005-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
|
||||
the event masks of descendent windows. (#169821, Tommi Komulainen)
|
||||
|
||||
|
@ -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