summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2005-01-06 01:53:50 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2005-01-06 01:53:50 +0000
commitbbea189a4fd67f005bef8a0f1b5e12eaa10664d8 (patch)
tree6992d1a2cfccf39d67cb8430f2b52bd24c534889 /ChangeLog.pre-2-6
parentfaaee051d1aa76ce24c25eebcda7a656062a1002 (diff)
downloadgdk-pixbuf-bbea189a4fd67f005bef8a0f1b5e12eaa10664d8.tar.gz
Fix #161409:
2005-01-05 Federico Mena Quintero <federico@ximian.com> Fix #161409: * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue a pending operation to select the first row.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-67
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 40c7d6ead..a99b0fa85 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,12 @@
2005-01-05 Federico Mena Quintero <federico@ximian.com>
+ Fix #161409:
+
+ * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
+ a pending operation to select the first row.
+
+2005-01-05 Federico Mena Quintero <federico@ximian.com>
+
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
button_data_free() explicitly; the button is weak-reffed and the
callback will free the button data. Fixes #163010.