Commit graph

4688 commits

Author SHA1 Message Date
John Fleck
199fafc2f4 reviewed by Laszlo Kovacs <laszlo.kovacs@sun.com>
2001-07-14 John Fleck <jfleck@inkstain.net>

	reviewed by Laszlo Kovacs <laszlo.kovacs@sun.com>
	* components/help/converters/gnome-db2html3/gnome-db2html3.c
	change logic for testing whether a file is sgml or xml
2001-07-15 01:41:59 +00:00
Alex Larsson
bd941b4d0b Use a GIOChannel instead of gdk_input_add. This fixes the bug where when
2001-07-12  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-monitor.c:
	Use a GIOChannel instead of gdk_input_add. This fixes the bug
	where when the fam connection dies it did gdk_input_remove (fd)
	instead of gdk_input_remove (tag)
2001-07-12 16:07:45 +00:00
Alex Larsson
9f89c4678e Add support for ext3.
2001-07-11  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-volume-monitor.[ch]:
	Add support for ext3.
2001-07-11 23:08:11 +00:00
Darin Adler
800e4fc159 Fix code that was using <ctype.h> functions and passing char's rather than
* components/help/converters/gnome-info2html2/html.c:
	(write_menu_entry_html):
	* components/help/converters/gnome-man2html2/gnome-man2html.c:
	(add_links), (scan_escape), (scan_format), (scan_table),
	(scan_expression), (scan_request), (scan_troff),
	(scan_troff_mandoc), (main):
	* src/nautilus-first-time-druid.c: (load_netscape_proxy_settings):
	* src/nautilus-property-browser.c: (emblem_keyword_valid):
	Fix code that was using <ctype.h> functions and passing char's
	rather than int's (using the standard "cast to unsigned char"
	trick).

	* libnautilus-private/nautilus-file.c:
	(nautilus_file_denies_access_permission),
	(nautilus_file_can_set_permissions), (nautilus_file_set_owner),
	(nautilus_file_get_group_name), (nautilus_file_can_set_group),
	(nautilus_file_get_settable_group_names),
	(nautilus_file_set_group):
	Get rid of the assumption that GnomeVFSFileInfo field types match
	the platform-specific uid_t and gid_t. This involves doing a few
	more type casts.
	(nautilus_extract_top_left_text): Fix a use of isprint on a char
	rather than an int.

	* libnautilus-private/nautilus-volume-monitor.c: Added ifdefs so
	this file can compile for Solaris without warnings.

	* test/test.c: (test_window_set_title_with_pid): Don't assume that
	getpid() returns an int. Instead cast it to unsigned long for
	printing.
2001-07-11 21:31:55 +00:00
Alex Larsson
a2146ea844 Add HAVE_LIBFAM
2001-07-11  Alex Larsson  <alexl@redhat.com>

	* acconfig.h:
	Add HAVE_LIBFAM

	* configure.in:
	Check for libfam, not only header.

	* libnautilus-private/Makefile.am:
	Link to libfam

	* libnautilus-private/nautilus-monitor.c:
	Use normal fam library calls.
2001-07-11 14:38:47 +00:00
Benedikt Roth
04d7adb870 Created a 'Text view' menu to hold the 'Fonts' menu and services items
2001-07-11  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* components/text/nautilus-text-view-ui.xml:
	* components/text/nautilus-text-view.c:
	Created a 'Text view' menu to hold the 'Fonts' menu
	and services items

	* components/text/services/google.xml
	* components/text/services/webster.xml:
	  Removed references to http://services.eazel.com
2001-07-11 11:59:35 +00:00
Jonathan Blandford
76a8557a45 remove flash when starting up.
Tue Jul 10 19:45:50 2001  Jonathan Blandford  <jrb@redhat.com>

	* src/nautilus-desktop-window.c (realize): remove flash when
	starting up.

Approved by Darin.
2001-07-10 23:55:17 +00:00
Darin Adler
df19f64a22 Change the kill function to not set the GConf value to 0 if it's already
* libnautilus-private/nautilus-sound.c: (kill_sound_if_necessary),
	(nautilus_sound_kill_sound): Change the kill function to not set
	the GConf value to 0 if it's already 0.  This may help with a
	minor performance problem Yoann found in the directory view.
2001-07-10 16:38:59 +00:00
Darin Adler
82f0244bab Fix a cast so that 64-bit systems won't warn. This is similar to the
* cut-n-paste-code/widgets/gimphwrapbox/gtkwrapbox.c:
	(gtk_wrap_box_expose): Fix a cast so that 64-bit systems
	won't warn. This is similar to the e-paned.c fix I did
	already.
2001-07-09 23:18:49 +00:00
John Gotts
e74e346d99 Made the bookmarks work again. 2001-07-08 05:45:22 +00:00
Seth Nickell
59b11a187d Add includes that were inadevertantly pulled in by the older kinder
2001-07-07  Seth Nickell  <snickell@stanford.edu>

	* libnautilus-private/nautilus-directory-private.h:
	* libnautilus-private/nautilus-metafile.c:
	* libnautilus-private/nautilus-thumbnails.c:
	* src/nautilus-window-menus.c:

	Add includes that were inadevertantly pulled in
	by the older kinder GnomeVFS include heirarchy but
	aren't anymore (people forgot to include some headers
	because the compiler never complained).
2001-07-07 09:19:15 +00:00
Darin Adler
e3a7fa6b25 Some credits updates based on recent ChangeLog entries.
* AUTHORS:
	* THANKS:
	* check-THANKS.pl:
	Some credits updates based on recent ChangeLog entries.
2001-07-05 23:31:02 +00:00
Darin Adler
784a8062a9 Bump version to 1.0.4.1
* configure.in: Bump version to 1.0.4.1

	* cut-n-paste-code/widgets/e-paned/e-paned.c: (e_paned_expose):
	Fix type cast that was causing Ben trouble compiling on Solaris.

	Take a cut at removing the problem where opening a new window
	causes all the old windows to act as if all items were re-added.

	* libnautilus-private/nautilus-directory.h:
	* libnautilus-private/nautilus-directory.c:
	(nautilus_directory_file_monitor_add),
	(nautilus_self_check_directory):
	* libnautilus-private/nautilus-directory-async.c:
	(nautilus_directory_monitor_add_internal):
	* libnautilus-private/nautilus-directory-private.h:
	* libnautilus-private/nautilus-merged-directory.c:
	(build_merged_callback_list), (merged_file_monitor_add),
	(forward_files_added_cover), (forward_files_changed_cover),
	(monitor_add_directory), (merged_add_real_directory):
	* libnautilus-private/nautilus-trash-file.c: (real_monitor_add):
	* libnautilus-private/nautilus-trash-monitor.c:
	(nautilus_trash_monitor_initialize):
	* libnautilus-private/nautilus-vfs-directory.c:
	(vfs_file_monitor_add):
	* libnautilus-private/nautilus-vfs-file.c: (vfs_file_monitor_add):
	Change monitor_add to take a parameter for a callback function, and
	call that instead of sending out a files_added message when someone
	starts monitoring files.

	* components/tree/nautilus-tree-model.c:
	(nautilus_tree_model_node_begin_monitoring_no_connect),
	(nautilus_tree_model_node_begin_monitoring),
	(nautilus_tree_model_directory_files_changed_callback):
	* src/file-manager/fm-directory-view.c: (connect_script_handlers),
	(finish_loading):
	Pass in a callback function to monitor_add, and don't hook up the
	files_added and files_changed signals until after the monitor is
	added.
2001-07-05 23:16:54 +00:00
Darin Adler
4acc990fbb Preparation for the 1.0.4 release.
* configure.in: Bump version to 1.0.4.
	* NEWS: Update for recent changes.

	* Makefile.i18npatch:
	* POTFILES.skip:
	* update.sh:
	Remove remnants of the old localization scheme. These
	are all superseded by xml-i18n-tools.
2001-07-05 17:49:20 +00:00
Benedikt Roth
61228d763f Fix bug #8133 where changing of the NAUTILUS_PREFERENCES_CONFIRM_TRASH
2001-07-05  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* src/nautilus-sidebar.c: (nautilus_sidebar_initialize),
	(nautilus_sidebar_destroy), (nautilus_sidebar_theme_changed),
	(nautilus_sidebar_confirm_trash_changed):
	Fix bug #8133 where changing of the
	NAUTILUS_PREFERENCES_CONFIRM_TRASH value led to inconsistent menu
	descriptions by adding a eel_preferences callback.
2001-07-05 17:44:37 +00:00
Benedikt Roth
8ac1bb7146 Made the statusbar messages when selecting several folders clearer and
2001-07-05  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* src/file-manager/fm-directory-view.c:
	(fm_directory_view_display_selection_info):
	Made the statusbar messages when selecting several folders clearer
	and fixed i18n problems
2001-07-05 11:47:37 +00:00
Benedikt Roth
c947474fc2 Fix bug #6202, "'Show Trash' menu item should be greyed when viewing
2001-07-03  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* src/file-manager/fm-directory-view.c: (real_update_menus):
	Fix bug #6202, "'Show Trash' menu item should be greyed
	when viewing trash"
2001-07-03 11:12:50 +00:00
Chyla Zbigniew
b698f1e072 Corrected typo in my last ChangeLog entry :-) 2001-07-03 08:42:53 +00:00
Chyla Zbigniew
2712f3578f Changed behaviour of view processes, now every process using
* libnautilus/nautilus-view-standard-main.c (struct CallbackData,
delayed_quit_timeout_callback, object_destroyed, make_object,
nautilus_view_standard_main_multi):
Changed behaviour of view processes, now every process using
nautilus_view_standard_main/nautilus_view_standard_main_multi will be
destroyed after 30 seconds of inactivity, not immediately.
2001-07-03 08:39:48 +00:00
Havoc Pennington
8d9cd2e8d1 Don't create a desktop link to Eazel services or open Eazel home page.
2001-06-28  Havoc Pennington  <hp@redhat.com>

	* src/nautilus-first-time-druid.c (druid_finished): Don't create a
	desktop link to Eazel services or open Eazel home page.
2001-07-02 23:54:12 +00:00
Cody Russell
f9895f1347 Added NAUTILUS_VOLUME_PROC and made
nautilus_volume_monitor_should_integrate_trash() return FALSE for this
volume type.  This solves the broken trash can issue on XFS (and probably
other non-ext2) filesystems.
2001-07-02 15:55:02 +00:00
Pablo Saratxaga
4e2fc5fb53 updated Catalan file
added xgettext:no-c-format comments
2001-07-01 17:48:09 +00:00
Ettore Perazzoli
9351c86038 Avoid initializing the exception and getting the URI if we already have a
2001-06-29  Ettore Perazzoli  <ettore@ximian.com>

	* libnautilus-private/nautilus-directory-metafile.c
	(get_metafile): Avoid initializing the exception and getting the
	URI if we already have a CORBA object, as they are not needed in
	that case.
2001-06-30 07:21:53 +00:00
Darin Adler
92e7a68491 Get rid of all the "smarts" in this script and made it just call Nautilus.
* src/run-nautilus: Get rid of all the "smarts" in this
	script and made it just call Nautilus. The things it was
	doing (disable bug buddy, work around MOZILLA_FIVE_HOME
	for Debian users, call nautilus-verify-rpm.sh) are all
	obsolete now.
2001-06-29 18:58:46 +00:00
Darin Adler
ef0e9a3fac Fix minor problem in DB2HTML3 part that was causing trouble for some
* configure.in: Fix minor problem in DB2HTML3 part that was
	causing trouble for some people.
2001-06-29 18:02:55 +00:00
Darin Adler
b3a4eabf01 Don't force a reload if file monitoring will work properly for the
* src/nautilus-window-manage-views.c: (begin_location_change):
	Don't force a reload if file monitoring will work properly
	for the location.

	* components/throbber/Makefile.am:
	* icons/sierra/Makefile.am:
	* icons/tahoe/Makefile.am:
	Remove use of empty SUBDIRS. At least some versions of automake
	have trouble with that.

	* src/file-manager/fm-directory-view.c: Formatting tweak.
2001-06-26 23:51:53 +00:00
Ramiro Estrugo
f6b541b665 Patch from Miguel Rodrguez Prez <migras@atlas.uvigo.es>
* libnautilus-private/nautilus-thumbnails.c (obfuscate_password):
 	New function to look for a password in una uri and change it
 	for 6 asterisks.
 	(make_thumbnail_uri): Call obfuscate_passwd before generating the
 	final uri.
 	This prevents the password to be saved in cleartext in
 	~/.nautilus/thumbnails if the user accesses some remote server.
2001-06-26 01:21:07 +00:00
Ramiro Estrugo
fc147d7f5a Patch from David Sainty <dsainty@redhat.com>.
* configure.in:
	Patch from David Sainty <dsainty@redhat.com>.

	Tidy up the mozilla-component option. Now both
	--enable-mozilla-component and --disable-mozilla component do as
	they should.
2001-06-25 13:43:04 +00:00
Ramiro Estrugo
465178a143 Put the idl files in the main package, not the devel package because the
* nautilus.spec.in:
	Put the idl files in the main package, not the devel package
	because the perl corba bindings can use the .idl files at run
	time.  Thanks to jacob berkman <jacob@ximian.com> for pointing
	this out.
2001-06-18 19:36:28 +00:00
Maciej Stachowiak
32da25043e Fix bug 6801 (FIXME ... strcmp should be nautilus_uris_match).
* components/tree/nautilus-tree-view.c (select_current_location):
	Fix bug 6801 (FIXME ... strcmp should be nautilus_uris_match).
2001-06-17 07:31:18 +00:00
Fatih Demir
632860cfcd CVS ignore files added for gnome-db2html3 2001-06-15 14:31:15 +00:00
Marius Andreiana
54c4ad0245 Added ro (Romanian) translation
2001-06-14  Marius Andreiana  <mandreiana@yahoo.com>

Added ro (Romanian) translation
2001-06-14 13:03:49 +00:00
John Fleck
285d098cfa John Fleck <jfleck@inkstain.net> forgot to add "reviewed by" line to
John Fleck <jfleck@inkstain.net>
forgot to add "reviewed by" line to ChangeLog
2001-06-12 12:36:39 +00:00
John Fleck
3d1e465bc1 components/help/converters/gnome/db2html3/ docbook/Makefile.am to include
2001-06-11 John Fleck <jfleck@inkstain.net>

	* components/help/converters/gnome/db2html3/
	docbook/Makefile.am to include file VERSION in DocBook
	stylesheet
2001-06-12 12:33:52 +00:00
John Fleck
0cecca4ce5 components/help/converters/gnome-db2html3/gnome-customization
2001-06-11 John Fleck <jfleck@inkstain.net>

	* components/help/converters/gnome-db2html3/gnome-customization
	gnome-customization.xsl
	updating path to including docbook stylesheets
2001-06-12 03:57:14 +00:00
Darin Adler
0974316c00 Updated version to 1.0.3.2 for the 1.0.4 candidate build.
* configure.in: Updated version to 1.0.3.2 for the 1.0.4
	candidate build.

	* icons/gnome/Makefile.am: Added missing backslash character.
	Without it, many icons didn't get installed.

	* src/nautilus-application.c: (need_to_show_first_time_druid):
	Fix some code that was building a URL by sticking a file://
	onto the front of a file name. I just changed it to use the
	path directly and do a plain unlink instead of gnome_vfs_unlink.

	* src/nautilus-profiler.c:
	(nautilus_profiler_bonobo_ui_report_callback):
	Use gnome_vfs_get_uri_from_local_path instead of just sticking
	a file:// on the front of a path name.
2001-06-11 16:07:36 +00:00
John Fleck
94a260e96b fix segfault caused by the fact that we were linking to both libxml1 and 2
2001-06-10 John Fleck <jfleck@inkstain.net>

	* components/help/converters/gnome-db2html3/Makefile.am:
	fix segfault caused by the fact that we were linking to both
	libxml1 and 2
2001-06-11 03:21:00 +00:00
Dan Mueth
c280666d9a Updated Nautilus User Manual for 1.0.4.
2001-06-09  Dan Mueth  <d-mueth@uchicago.edu>

        Updated Nautilus User Manual for 1.0.4.

        * help/nautilus-user-manual/C/nautilus-user-manual.sgml:
2001-06-09 19:42:21 +00:00
Dan Mueth
8bf6bb8b23 Fixing bug#8327. (Thanks to John Fleck.)
2001-06-09  Dan Mueth  <d-mueth@uchicago.edu>

        Fixing bug#8327.  (Thanks to John Fleck.)

        * help/nautilus-user-manual/es/nautilus-user-manual.sgml:
2001-06-09 18:40:21 +00:00
Laszlo Kovacs
38b33a4772 gnome-db2html3 build environment added 2001-06-08 16:25:28 +00:00
Dan Mueth
f923fc5836 Updating Release Notes to contain new Mozilla version compatibility
2001-06-08  Dan Mueth  <dan@eazel.com>

        Updating Release Notes to contain new Mozilla version
        compatibility information based on Ramiro's updates to the README.

        * help/nautilus-release-notes/C/nautilus-release-notes.sgml:
2001-06-08 15:36:48 +00:00
Ramiro Estrugo
d010d518f6 Update Mozilla for latest Mozilla 0.9.1 release which is the recommended
* README:
	Update Mozilla for latest Mozilla 0.9.1 release which is the
	recommended one from now onwards.
2001-06-08 11:38:48 +00:00
Andy Hertzfeld
5939b39d94 added reference to "i-regular.xml" in the gnome theme make file, to make
added reference to "i-regular.xml" in the gnome theme make file,
	to make embedded text work in the new gnome theme.

	Also, fixed bug where the names of the rightmost tabs cound get cut
	off by tweaking the layout code.
2001-06-08 08:27:40 +00:00
Dan Mueth
61f7362373 Updating Nautilus Release Notes for 1.0.4. Note that we probably still
2001-06-08  Dan Mueth  <d-mueth@uchicago.edu>

        Updating Nautilus Release Notes for 1.0.4.  Note that we
        probably still need to modify the Mozilla compatibility
        section.

        * help/nautilus-release-notes/C/nautilus-release-notes.sgml:
2001-06-08 05:35:39 +00:00
Dan Mueth
7bc1970f2d Updating Nautilus Quick Reference for 1.0.4 release.
2001-06-07  Dan Mueth  <dan@eazel.com>

        Updating Nautilus Quick Reference for 1.0.4 release.

        * help/nautilus-quick-reference/C/index.html:
2001-06-08 03:56:17 +00:00
Darin Adler
8794a29703 Made a list of changes since 1.0.3 to get ready for the 1.0.4 release.
* NEWS: Made a list of changes since 1.0.3 to get ready for
	the 1.0.4 release.
2001-06-06 22:25:25 +00:00
Darin Adler
e7a1ebe3b8 Oops, a few of my changes were still in the editor. More places where we
* components/music/nautilus-music-view.c: (play_current_file):
	* libnautilus-private/nautilus-icon-factory.c: (get_cache_time):
	* src/nautilus-window-menus.c: (get_static_bookmarks_file_path):
	Oops, a few of my changes were still in the editor. More places
	where we should follow links.
2001-06-06 22:01:32 +00:00
Darin Adler
dcfc0e1c4b Frederic Devernay <Frederic.Devernay@sophia.inria.fr>
pointed out that the icon factory wasn't following links.
	I found similar problems elsewhere.

	* components/music/nautilus-music-view.c:
	(nautilus_music_view_update):
	* libnautilus-private/nautilus-customization-data.c:
	(nautilus_customization_data_new),
	(nautilus_customization_data_get_next_element_for_display):
	* libnautilus-private/nautilus-icon-factory.c:
	(path_represents_svg_image):
	* libnautilus-private/nautilus-metafile.c:
	(metafile_read_check_for_directory):
	* libnautilus-private/nautilus-thumbnails.c:
	(first_file_more_recent):
	* src/nautilus-link-set-window.c: (get_link_set_names),
	(nautilus_link_set_configure_window):
	* src/nautilus-property-browser.c: (ensure_uri_is_image):
	Updated all places where we were using the gnome-vfs file info
	calls and not following links.
2001-06-06 19:01:17 +00:00
Seth Nickell
af4dcca083 Added Ben FrantzDale's <bfrantzdale@hmc.edu> revisions of the classic
2001-06-03  Seth Nickell  <snickell@stanford.edu>

	Added Ben FrantzDale's <bfrantzdale@hmc.edu> revisions
	of the classic GNOME theme as well as his slightly revised
	classic icons for mime types (where they replace something
	that wasn't modified since GMC). Basically these add
	drop shadows and some higher resolution versions, as well
	as an attractive sidebar. I've made some alterations to his
	theme to make it sit better with our original and added
	the build stuff.

	* configure.in:
	Update configure.in to add a Makefile for the new sidebar tabs
	directory in the GNOME theme.

	* icons/gnome-application-encapsulated_postscript.png:
	* icons/gnome-application-pdf-192.png:
	* icons/gnome-application-pdf.png:
	* icons/gnome-application-pgp-192.png:
	* icons/gnome-application-pgp.png:
	* icons/gnome-application-postscript-192.png:
	* icons/gnome-application-postscript-72.png:
	* icons/gnome-application-postscript-96.png:
	* icons/gnome-application-postscript.png:
	* icons/gnome-application-x-c-header.png:
	* icons/gnome-application-x-c-source.png:
	* icons/gnome-application-x-cc-source.png:
	* icons/gnome-application-x-e-theme.png:
	* icons/gnome-application-x-generic-spreadsheet.png:
	* icons/gnome-application-x-gnome-app-info.png:
	* icons/gnome-application-x-java-source.png:
	* icons/gnome-application-x-kde-app-info.png:
	* icons/gnome-application-x-php.png:
	* icons/gnome-application-x-reject.png:
	* icons/gnome-application-x-scheme-source.png:
	* icons/gnome-application-x-sql.png:
	* icons/gnome-audio-basic.png:
	* icons/gnome-audio-midi.png:
	* icons/gnome-audio-ulaw.png:
	* icons/gnome-audio-x-aiff.png:
	* icons/gnome-audio-x-mod-192.png:
	* icons/gnome-audio-x-mod.png:
	* icons/gnome-audio-x-mp3-192.png:
	* icons/gnome-audio-x-mp3.png:
	* icons/gnome-audio-x-ogg-192.png:
	* icons/gnome-audio-x-ogg.png:
	* icons/gnome-audio-x-pn-realaudio.png:
	* icons/gnome-audio-x-real-192.png:
	* icons/gnome-audio-x-s3m-192.png:
	* icons/gnome-audio-x-s3m.png:
	* icons/gnome-audio-x-stm-192.png:
	* icons/gnome-audio-x-stm.png:
	* icons/gnome-audio-x-voc.png:
	* icons/gnome-audio-x-wav.png:
	* icons/gnome-audio-x-xi-192.png:
	* icons/gnome-audio-x-xi.png:
	* icons/gnome-audio-x-xm.png:
	* icons/gnome-compressed-192.png:
	* icons/gnome-compressed.png:
	* icons/gnome-core.png:
	* icons/gnome-emacs-192.png:
	* icons/gnome-font-afm.png:
	* icons/gnome-font-ttf.png:
	* icons/gnome-font-x-pcf.png:
	* icons/gnome-http-url.png:
	* icons/gnome-image-bmp.png:
	* icons/gnome-image-generic.png:
	* icons/gnome-image-gif.png:
	* icons/gnome-image-ief.png:
	* icons/gnome-image-jpeg.png:
	* icons/gnome-image-pbm.png:
	* icons/gnome-image-pgm.png:
	* icons/gnome-image-png.png:
	* icons/gnome-image-pnm.png:
	* icons/gnome-image-ppm.png:
	* icons/gnome-image-psd.png:
	* icons/gnome-image-ras.png:
	* icons/gnome-image-rgb.png:
	* icons/gnome-image-tga.png:
	* icons/gnome-image-tiff.png:
	* icons/gnome-image-x-xfig.png:
	* icons/gnome-image-xbm.png:
	* icons/gnome-image-xcf.png:
	* icons/gnome-image-xpm.png:
	* icons/gnome-image-xwd.png:
	* icons/gnome-library.png:
	* icons/gnome-manpage.png:
	* icons/gnome-objectfile.png:
	* icons/gnome-pack-deb.png:
	* icons/gnome-pack-rpm.png:
	* icons/gnome-package.png:
	* icons/gnome-tex-192.png:
	* icons/gnome-tex.png:
	* icons/gnome-text-html-192.png:
	* icons/gnome-text-html.png:
	* icons/gnome-text-x-authors.png:
	* icons/gnome-text-x-copying.png:
	* icons/gnome-text-x-credits.png:
	* icons/gnome-text-x-install.png:
	* icons/gnome-text-x-makefile-192.png:
	* icons/gnome-text-x-makefile.png:
	* icons/gnome-text-x-readme.png:
	* icons/gnome-textfile.png:
	* icons/gnome-video-mpeg.png:
	* icons/gnome-video-quicktime.png:
	* icons/gnome-video-x-msvideo.png:
	* icons/gnome-word-192.png:

	Ben's revisions of classic mime type icons that
	we didn't modify (basically he added alpha blended
	drop shadows), and some high res versions.

	* icons/gnome/Makefile.am:
	* icons/gnome/application-x-e-cfg.png:
	* icons/gnome/audio-192.png:
	* icons/gnome/emblem-nowrite-72.png:
	* icons/gnome/emblem-nowrite-96.png:
	* icons/gnome/emblem-nowrite.png:
	* icons/gnome/gnome.xml:
	* icons/gnome/i-core.png:
	* icons/gnome/i-dirclosed.png:
	* icons/gnome/i-directory-12-aa.png:
	* icons/gnome/i-directory-192-aa.png:
	* icons/gnome/i-directory-20-aa.png:
	* icons/gnome/i-directory-20.png:
	* icons/gnome/i-directory-24-aa.png:
	* icons/gnome/i-directory-36-aa.png:
	* icons/gnome/i-directory-72-aa.png:
	* icons/gnome/i-directory-96-aa.png:
	* icons/gnome/i-directory-aa.png:
	* icons/gnome/i-directory-accept-12-aa.png:
	* icons/gnome/i-directory-accept-12.png:
	* icons/gnome/i-directory-accept-192-aa.png:
	* icons/gnome/i-directory-accept-192.png:
	* icons/gnome/i-directory-accept-20-aa.png:
	* icons/gnome/i-directory-accept-20.png:
	* icons/gnome/i-directory-accept-24-aa.png:
	* icons/gnome/i-directory-accept-24.png:
	* icons/gnome/i-directory-accept-36-aa.png:
	* icons/gnome/i-directory-accept-36.png:
	* icons/gnome/i-directory-accept-72-aa.png:
	* icons/gnome/i-directory-accept-72.png:
	* icons/gnome/i-directory-accept-96-aa.png:
	* icons/gnome/i-directory-accept-96.png:
	* icons/gnome/i-directory-accept-aa.png:
	* icons/gnome/i-directory-accept.png:
	* icons/gnome/i-executable.png:
	* icons/gnome/i-music-192.png:
	* icons/gnome/i-music.png:
	* icons/gnome/i-nfs.png:
	* icons/gnome/i-regular-12.png:
	* icons/gnome/i-regular-192.png:
	* icons/gnome/i-regular-24.png:
	* icons/gnome/i-regular-36.png:
	* icons/gnome/i-regular-72.png:
	* icons/gnome/i-regular-96-aa.png:
	* icons/gnome/i-regular.png:
	* icons/gnome/i-regular.xml:
	* icons/gnome/i-stalled.png:
	* icons/gnome/linux-penguin.png:
	* icons/gnome/rpm-directory.png:
	* icons/gnome/sidebar_tab_pieces/.cvsignore:
	* icons/gnome/sidebar_tab_pieces/Makefile.am:
	* icons/gnome/sidebar_tab_pieces/fill-active-prelight.png:
	* icons/gnome/sidebar_tab_pieces/fill-active.png:
	* icons/gnome/sidebar_tab_pieces/fill-empty-space.png:
	* icons/gnome/sidebar_tab_pieces/fill-prelight.png:
	* icons/gnome/sidebar_tab_pieces/fill.png:
	* icons/gnome/sidebar_tab_pieces/left-bumper-active-prelight.png:
	* icons/gnome/sidebar_tab_pieces/left-bumper-active.png:
	* icons/gnome/sidebar_tab_pieces/left-bumper-prelight.png:
	* icons/gnome/sidebar_tab_pieces/left-bumper.png:
	* icons/gnome/sidebar_tab_pieces/middle-normal-normal.png:
	* icons/gnome/sidebar_tab_pieces/middle-normal-prelight.png:
	* icons/gnome/sidebar_tab_pieces/middle-prelight-normal.png:
	* icons/gnome/sidebar_tab_pieces/right-bumper-prelight.png:
	* icons/gnome/sidebar_tab_pieces/right-bumper.png:
	* icons/gnome/sidebar_tab_pieces/right-empty-space.png:
	* icons/gnome/sidebar_tab_pieces/right-top-active-prelight.png:
	* icons/gnome/sidebar_tab_pieces/right-top-active.png:
	* icons/gnome/sidebar_tab_pieces/right-top-prelight.png:
	* icons/gnome/sidebar_tab_pieces/right-top.png:
	* icons/gnome/theme_preview.png:
	* icons/gnome/throbber/001.png:
	* icons/gnome/throbber/002.png:
	* icons/gnome/throbber/003.png:
	* icons/gnome/throbber/004.png:
	* icons/gnome/throbber/005.png:
	* icons/gnome/throbber/006.png:
	* icons/gnome/throbber/007.png:
	* icons/gnome/throbber/008.png:
	* icons/gnome/throbber/009.png:
	* icons/gnome/throbber/010.png:
	* icons/gnome/throbber/011.png:
	* icons/gnome/throbber/012.png:
	* icons/gnome/throbber/013.png:
	* icons/gnome/throbber/014.png:
	* icons/gnome/throbber/015.png:
	* icons/gnome/throbber/Makefile.am:
	* icons/gnome/throbber/rest.png:
	* icons/gnome/trash-empty-192.png:
	* icons/gnome/trash-empty-accept-192.png:
	* icons/gnome/trash-empty-accept.png:
	* icons/gnome/trash-empty.png:
	* icons/gnome/trash-full-192.png:
	* icons/gnome/trash-full.png:
	* icons/i-cdrom-192.png:
	* icons/i-cdrom.png:
	* icons/i-chardev.png:
	* icons/i-floppy.png:
	* icons/i-printer.png:
	* icons/i-sock.png:
	* icons/i-zip.png:

	Revision of the classic GNOME theme.
2001-06-04 02:26:42 +00:00
Darin Adler
3df1196971 Check the sidebar for NULL in a few more places.
* src/nautilus-window-manage-views.c: (update_for_new_location),
	(handle_view_failure), (nautilus_window_set_sidebar_panels):
	Check the sidebar for NULL in a few more places.
2001-06-02 19:39:16 +00:00