From 2fe15f1645d39857e32adcdb375c93ec1bb2a3ed Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Mon, 3 Apr 2000 18:27:22 +0000 Subject: Fix the build. Changes in GtkHtml and Bonobo required us to catch up. * libnautilus/ntl-meta-view-frame.h: * libnautilus/ntl-meta-view-frame.c: Rewrote to use the new property bag. This requires us to store our own properties, since the bag no longer provides any storage. (nautilus_meta_view_frame_initialize): Set up the label. (nautilus_meta_view_frame_new_from_bonobo_control): Make it actually take a BonoboControl instead of a BonoboObject and make it set up the property bag. (nautilus_meta_view_destroy): Free the label. (autilus_meta_view_frame_set_label): Just set the label. The property bag simply uses our stored label. * components/html/ntl-web-browser.c (browser_url_load_gone): Changed call to match name in new version of GtkHtml. Unfortunately, the new name makes it clear the call is intended to be private. * components/rpmview/.cvsignore: Ignore the actual binary, not nautilus-music-view. * components/rpmview/Makefile.am: Turned on -Werror. * components/music/Makefile.am: Turned on -Werror. * components/rpmview/nautilus-rpm-view.c: Fixed warnings. --- ChangeLog-20000414 | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'ChangeLog-20000414') diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index e7cdaa0ef..ae33652d2 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,4 +1,33 @@ -2000-03-02 Andy Hertzfeld +2000-04-03 Darin Adler + + Fix the build. Changes in GtkHtml and Bonobo required us + to catch up. + + * libnautilus/ntl-meta-view-frame.h: + * libnautilus/ntl-meta-view-frame.c: + Rewrote to use the new property bag. This requires us to + store our own properties, since the bag no longer provides + any storage. + (nautilus_meta_view_frame_initialize): Set up the label. + (nautilus_meta_view_frame_new_from_bonobo_control): Make it + actually take a BonoboControl instead of a BonoboObject and + make it set up the property bag. + (nautilus_meta_view_destroy): Free the label. + (autilus_meta_view_frame_set_label): Just set the label. + The property bag simply uses our stored label. + + * components/html/ntl-web-browser.c (browser_url_load_gone): + Changed call to match name in new version of GtkHtml. + Unfortunately, the new name makes it clear the call is + intended to be private. + + * components/rpmview/.cvsignore: Ignore the actual binary, + not nautilus-music-view. + * components/rpmview/Makefile.am: Turned on -Werror. + * components/music/Makefile.am: Turned on -Werror. + * components/rpmview/nautilus-rpm-view.c: Fixed warnings. + +2000-04-02 Andy Hertzfeld Added a first cut at a component for viewing rpm packages. @@ -13,7 +42,7 @@ which reads a package with rpm and sets up the fields in the view from the data * src/ntl-uri-map.c: modified mapping so rpms get this component added -2000-03-01 Ramiro Estrugo +2000-04-01 Ramiro Estrugo Add a conditionally built skeleton for a startup service. -- cgit v1.2.1