summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLog.pre-2-109
-rw-r--r--ChangeLog.pre-2-89
-rw-r--r--gtk/gtkfilechooserbutton.c2
4 files changed, 23 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ae8e6d8b3..aca2ba23a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 7ae8e6d8b3..aca2ba23a4 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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)
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 7ae8e6d8b3..aca2ba23a4 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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)
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index f0fe1630d0..3c38073db0 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -2165,6 +2165,8 @@ dialog_response_cb (GtkDialog *dialog,
break;
}
}
+ else
+ gtk_file_chooser_unselect_all (GTK_FILE_CHOOSER (dialog));
if (priv->old_path)
{