summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-10-02 19:53:11 +0000
committerDarin Adler <darin@src.gnome.org>2001-10-02 19:53:11 +0000
commit7d872d04bda3423ea68ffcf7f30b5e078d5c18fb (patch)
treebfbf253a2b48aab3ae7f64e4c8e0868bc5613417 /ChangeLog
parent3f17e76ed635353e91d52d4f9cdb21cef7911e6f (diff)
downloadnautilus-7d872d04bda3423ea68ffcf7f30b5e078d5c18fb.tar.gz
Fix the longstanding problem where the Notes and History sidebar
panels failed to load. * libnautilus-private/nautilus-directory-metafile.c: (die_on_failed_activation): Give better error messages. (get_factory): Check the ev result from oaf_activate_from_id rather than relying on getting NIL when it fails. (open_metafile): New helper function. (get_metafile): Don't complain if the open call fails the first time, and re-get the factory and retry before doing a g_error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b39b97e1..a88590a6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2001-10-02 Darin Adler <darin@bentspoon.com>
+ Fix the longstanding problem where the Notes and History sidebar
+ panels failed to load.
+
+ * libnautilus-private/nautilus-directory-metafile.c:
+ (die_on_failed_activation): Give better error messages.
+ (get_factory): Check the ev result from oaf_activate_from_id
+ rather than relying on getting NIL when it fails.
+ (open_metafile): New helper function.
+ (get_metafile): Don't complain if the open call fails the first
+ time, and re-get the factory and retry before doing a g_error.
+
+2001-10-02 Darin Adler <darin@bentspoon.com>
+
* src/nautilus-window.c: (nautilus_window_destroy),
(nautilus_window_set_viewed_file): Fix bug where we would leave a
file monitored when we closed the window.