nautilus/libnautilus
Darin Adler 55941234a1 Fix a G_OBJECT_CLASS that should have been G_OBJECT_GET_CLASS.
* cut-n-paste-code/widgets/e-paned/e-paned.c:
        (e_paned_handle_shown): Fix a G_OBJECT_CLASS that should
        have been G_OBJECT_GET_CLASS.

        * libnautilus-private/Makefile.am: Add back the dependency on
        the cut-n-paste libraries.

        * libnautilus-private/nautilus-bonobo-extensions.c:
        (nautilus_bonobo_get_hidden): Silently ignore when there's no
        "hidden" attribute rather than warning every time.

        * libnautilus-private/nautilus-icon-factory.c:
        (nautilus_icon_factory_get_pixbuf_for_icon): Ref all the pixbufs
        on their way out of the icon factory since we don't have a new
        strategy for removing them from the cache when the caller is done
        yet.

        * src/nautilus-sidebar-title.c:
        (sidebar_title_create_more_info_label): Don't call make_smaller
        so Havoc won't complain every time we do it.

        * src/nautilus-view-frame.c: (nautilus_view_frame_destroy): Check
        for NULL so we can call destroy any number of times.

        * src/nautilus-window-toolbars.c:
        (nautilus_window_initialize_toolbars): Turn off the code that
        tries to load the throbber since we aren't compiling it yet.

        * components/loser/content/nautilus-content-loser-ui.xml:
        * components/loser/sidebar/nautilus-sidebar-loser-ui.xml:
        * components/sample/nautilus-sample-content-view-ui.xml:
        * libnautilus/nautilus-clipboard-ui.xml:
        * src/nautilus-shell-ui.xml:
        Update for new names of stock icons.
2001-11-05 18:17:24 +00:00
..
.cvsignore Add -ui.xml.h generated files to .cvsignore. 2000-12-14 04:10:24 +00:00
libnautilus.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
Makefile.am Tons of files. More GtkObject -> GObject stuff. 2001-11-04 21:41:24 +00:00
nautilus-bonobo-ui.h reviewed by: Darin Adler <darin@eazel.com> 2000-11-17 02:22:16 +00:00
nautilus-clipboard-ui.xml Fix a G_OBJECT_CLASS that should have been G_OBJECT_GET_CLASS. 2001-11-05 18:17:24 +00:00
nautilus-clipboard.c Tons of files. More GtkObject -> GObject stuff. 2001-11-04 21:41:24 +00:00
nautilus-clipboard.h reviewed by: Pavel Cisler <pavel@eazel.com> 2000-11-22 02:08:48 +00:00
nautilus-distributed-undo.idl Updated bugzilla.eazel.com references to refer to the 2001-09-15 19:18:15 +00:00
nautilus-idle-queue.c Updated bugzilla.eazel.com references to refer to the 2001-09-15 19:18:15 +00:00
nautilus-idle-queue.h First baby steps at compiling under gnome 2. 2001-10-24 17:23:35 +00:00
nautilus-undo-private.h Remove RPMs-README. 2001-10-11 21:06:35 +00:00
nautilus-undo-transaction.c Tons of files. More GtkObject -> GObject stuff. 2001-11-04 21:41:24 +00:00
nautilus-undo-transaction.h More GNOME 2 work. We now compile up to libnautilus-private and I'm 2001-10-28 20:21:52 +00:00
nautilus-undo.c Tons of files. More GtkObject -> GObject stuff. 2001-11-04 21:41:24 +00:00
nautilus-undo.h Updated bugzilla.eazel.com references to refer to the 2001-09-15 19:18:15 +00:00
nautilus-view-component.idl Updated bugzilla.eazel.com references to refer to the 2001-09-15 19:18:15 +00:00
nautilus-view-standard-main.c Tons of files. More GtkObject -> GObject stuff. 2001-11-04 21:41:24 +00:00
nautilus-view-standard-main.h First baby steps at compiling under gnome 2. 2001-10-24 17:23:35 +00:00
nautilus-view.c Tons of files. More GtkObject -> GObject stuff. 2001-11-04 21:41:24 +00:00
nautilus-view.h More GNOME 2 work. We now compile up to libnautilus-private and I'm 2001-10-28 20:21:52 +00:00
README Added a place to put cut-n-paste code. Cut-n-pasted the e-paned widget 1997-01-02 07:38:17 +00:00

README for nautilus/libnautilus

This library, libnautilus, is ALL you need to link with to create
a nautilus component.