nautilus/libnautilus
Ramiro Estrugo 8e0885068b Fix bug 8105 - GConf error getting font for icon view and text
view.

	* libnautilus/nautilus-view-standard-main.c:
	(nautilus_view_standard_main_multi):
	Move the post initialization callback to before the
	component's factory creation.  Otherwise bad things can happen if
	the component assumes that its post init function has already been
	called while in its factory code.  For example, if the post init
	function initialized nautilus preferences and the component
	factory executes code that uses nautilus preferences.
2001-04-20 07:26:25 +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 Use the new EelCanvasRect instead of GnomeCanvasRect for better 2001-04-18 22:23:01 +00:00
nautilus-bonobo-ui.h reviewed by: Darin Adler <darin@eazel.com> 2000-11-17 02:22:16 +00:00
nautilus-bonobo-workarounds.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-04-03 20:59:03 +00:00
nautilus-bonobo-workarounds.h reviewed by: John Sullivan <sullivan@eazel.com> 2001-03-29 01:39:07 +00:00
nautilus-clipboard-ui.xml reviewed by: John Sullivan <sullivan@eazel.com> 2001-03-23 02:34:16 +00:00
nautilus-clipboard.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-03-23 02:34:16 +00:00
nautilus-clipboard.h reviewed by: Pavel Cisler <pavel@eazel.com> 2000-11-22 02:08:48 +00:00
nautilus-distributed-undo.idl Tell everyone that we are back on bonobo HEAD. Make sure Nautilus doesn't 2000-11-04 00:48:52 +00:00
nautilus-idle-queue.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-03-08 19:53:30 +00:00
nautilus-idle-queue.h reviewed by: Maciej Stachowiak <mjs@eazel.com> 2001-01-30 01:47:21 +00:00
nautilus-undo-private.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo-transaction.c Remove librsvg. 2001-04-04 00:07:15 +00:00
nautilus-undo-transaction.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo.c Tell everyone that we are back on bonobo HEAD. Make sure Nautilus doesn't 2000-11-04 00:48:52 +00:00
nautilus-undo.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-view-component.idl reviewed by: John Sullivan <sullivan@eazel.com> 2001-02-27 22:25:42 +00:00
nautilus-view-standard-main.c Fix bug 8105 - GConf error getting font for icon view and text 2001-04-20 07:26:25 +00:00
nautilus-view-standard-main.h Add support for gettext. Add a post initialize callback so that callers 2001-04-13 03:53:10 +00:00
nautilus-view.c Remove librsvg. 2001-04-04 00:07:15 +00:00
nautilus-view.h reviewed by: John Sullivan <sullivan@eazel.com> 2001-02-27 22:25:42 +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.