summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-08-31 22:19:08 +0000
committerDarin Adler <darin@src.gnome.org>2001-08-31 22:19:08 +0000
commit0e323670e50745e2cd235344225f6ccb80475e4d (patch)
treef8a6f1361369f73c6ebf9d4ea6bcee4ab8081acd /ChangeLog
parent579b34d672b5a0faa3f3d49383341b7d64d4eb1a (diff)
downloadnautilus-0e323670e50745e2cd235344225f6ccb80475e4d.tar.gz
Don't link in the libnautilus-private library for components that don't
* components/adapter/Makefile.am: * components/image-viewer/Makefile.am: * components/loser/content/Makefile.am: * components/loser/sidebar/Makefile.am: Don't link in the libnautilus-private library for components that don't use it. * components/sample/Makefile.am: Pretty up the sample a bit. Don't link with GConf since we're not using it directly. * components/shell/shell.oafinfo: Remove this obsolete file. * components/news/nautilus-news.c: (draw_rss_items): Fix a leak by unref'ing the text layout object instead of just destroying it. * src/nautilus-complex-search-bar.c: (search_bar_criterion_type_changed_callback): Fix leak of the criterion object by sinking it instead of destroying it. The criterion object seems to be a widget that's never used as one. It should be a GtkObject instead. * src/nautilus-location-bar.c: (nautilus_location_bar_set_location): Simplified code a bit by getting rid of special cases for NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4106c9ba3..33d99eecc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2001-08-31 Darin Adler <darin@bentspoon.com>
+
+ * components/adapter/Makefile.am:
+ * components/image-viewer/Makefile.am:
+ * components/loser/content/Makefile.am:
+ * components/loser/sidebar/Makefile.am:
+ Don't link in the libnautilus-private library for components that
+ don't use it.
+ * components/sample/Makefile.am: Pretty up the sample a bit.
+ Don't link with GConf since we're not using it directly.
+
+ * components/shell/shell.oafinfo: Remove this obsolete file.
+
+ * components/news/nautilus-news.c: (draw_rss_items): Fix a leak
+ by unref'ing the text layout object instead of just destroying it.
+ * src/nautilus-complex-search-bar.c:
+ (search_bar_criterion_type_changed_callback): Fix leak of the
+ criterion object by sinking it instead of destroying it. The
+ criterion object seems to be a widget that's never used as one.
+ It should be a GtkObject instead.
+
+ * src/nautilus-location-bar.c:
+ (nautilus_location_bar_set_location): Simplified code a bit by
+ getting rid of special cases for NULL.
+
2001-09-01 Wang Jian <lark@linux.net.cn>
* configure.in: zh_CN (Simplified Chinese) added in ALL_LINGUAS