summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-02-14 20:32:09 +0000
committerDarin Adler <darin@src.gnome.org>2000-02-14 20:32:09 +0000
commitdb87f5e7e08bb66e240d99b67e9f1a33355a4391 (patch)
tree1ee9180b8550cde146b9d681d2450e41e14bd482 /ChangeLog-20000414
parent291fb2d6939ab04739a86b91e7c138b0396136b9 (diff)
downloadnautilus-db87f5e7e08bb66e240d99b67e9f1a33355a4391.tar.gz
Handle the case where you try to make a NautilusDirectory object for
* libnautilus/nautilus-directory.c: (nautilus_directory_read_metafile): Handle the case where you try to make a NautilusDirectory object for something that's a file. * libnautilus/nautilus-directory.c: (nautilus_directory_get_metadata): Handle NULL directory objects better. * src/ntl-index-panel.c: Changed handling of NULL directory case so it will display something instead of doing early exits that leave the display as-is. * src/nautilus-index-title.h: * src/nautilus-index-title.c: Reformatted, some minor cleanups.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041417
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 9349358f7..059e088b5 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,5 +1,22 @@
2000-02-14 Darin Adler <darin@eazel.com>
+ * libnautilus/nautilus-directory.c: (nautilus_directory_read_metafile):
+ Handle the case where you try to make a NautilusDirectory object for
+ something that's a file.
+
+ * libnautilus/nautilus-directory.c: (nautilus_directory_get_metadata):
+ Handle NULL directory objects better.
+
+ * src/ntl-index-panel.c:
+ Changed handling of NULL directory case so it will display something
+ instead of doing early exits that leave the display as-is.
+
+ * src/nautilus-index-title.h:
+ * src/nautilus-index-title.c:
+ Reformatted, some minor cleanups.
+
+2000-02-14 Darin Adler <darin@eazel.com>
+
* libnautilus/nautilus-icon-factory.c:
Redid the icon factory to fix a few things: