diff options
author | Federico Mena Quintero <federico@ximian.com> | 2005-01-06 01:53:50 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2005-01-06 01:53:50 +0000 |
commit | bbea189a4fd67f005bef8a0f1b5e12eaa10664d8 (patch) | |
tree | 6992d1a2cfccf39d67cb8430f2b52bd24c534889 /ChangeLog.pre-2-6 | |
parent | faaee051d1aa76ce24c25eebcda7a656062a1002 (diff) | |
download | gtk+-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-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 40c7d6eada..a99b0fa85c 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. |