summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-03-20 14:35:04 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2009-03-20 14:35:04 +0000
commitd5853b9e2ad55d9c51392cb078afc0a5fa82f8b6 (patch)
tree793fcf115a5cf4b1e8be12440379d2c0b71ad85c /ChangeLog
parent13eef1f5a5d0ec5352f7a349edfc32584e6a9aa0 (diff)
downloadnautilus-d5853b9e2ad55d9c51392cb078afc0a5fa82f8b6.tar.gz
don't use gtk_dialog_run to spawn the filechooser for a custom icon
2009-03-20 Cosimo Cecchi <cosimoc@gnome.org> * src/file-manager/fm-properties-window.c: (custom_icon_file_chooser_response_cb), (select_image_button_callback): don't use gtk_dialog_run to spawn the filechooser for a custom icon (#575344). svn path=/trunk/; revision=15145
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4268e2cbb..be6ac6b8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-20 Cosimo Cecchi <cosimoc@gnome.org>
+
+ * src/file-manager/fm-properties-window.c:
+ (custom_icon_file_chooser_response_cb),
+ (select_image_button_callback): don't use gtk_dialog_run to
+ spawn the filechooser for a custom icon (#575344).
+
2009-03-20 Alexander Larsson <alexl@redhat.com>
Bug 575244 – nautilus crashed with SIGSEGV in nautilus_query_editor_changed_force()