1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-07-05 01:41:28 +00:00

fixed problem where I accidentally changed the icons for disk drives that

fixed problem where I accidentally changed the icons for disk
	drives that appear on the desktop when I only meant to change
	the hardware view.  Fixed by restoring the old icon, and using
	one with a different name in the hardware view.

	* components/hardware/nautilus-hardware-view.c:
	(setup_overview_form):
	use "i-harddrive.png" instead of "i-blockdev.png"

	* icons/Makefile.am:
	* icons/i-blockdev.png:
	* icons/i-harddrive.png:
	restored the old block device icon and added a new hard drive one.
This commit is contained in:
Andy Hertzfeld 2000-11-03 00:20:49 +00:00
parent be2548fdd5
commit 58bf532a3f
5 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,19 @@
2000-11-02 Andy Hertzfeld <andy@eazel.com>
fixed problem where I accidentally changed the icons for disk
drives that appear on the desktop when I only meant to change
the hardware view. Fixed by restoring the old icon, and using
one with a different name in the hardware view.
* components/hardware/nautilus-hardware-view.c:
(setup_overview_form):
use "i-harddrive.png" instead of "i-blockdev.png"
* icons/Makefile.am:
* icons/i-blockdev.png:
* icons/i-harddrive.png:
restored the old block device icon and added a new hard drive one.
2000-11-02 Ramiro Estrugo <ramiro@eazel.com>
* components/notes/nautilus-notes.c: (finish_loading_note),

View File

@ -459,12 +459,12 @@ static void setup_overview_form (NautilusHardwareView *view)
/* Set the icon depending on the type of device */
if(!strcmp(ide_media, "disk\n")) {
file_name = nautilus_pixmap_file("i-blockdev.png");
file_name = nautilus_pixmap_file("i-harddisk.png");
} else if(!strcmp(ide_media, "cdrom\n")) {
file_name = nautilus_pixmap_file("CD_drive.png");
} else {
/* some other device ... still set an icon */
file_name = nautilus_pixmap_file("i-blockdev.png");
file_name = nautilus_pixmap_file("i-harddisk.png");
}
pixmap_widget = GTK_WIDGET (gnome_pixmap_new_from_file(file_name));

View File

@ -143,6 +143,7 @@ icon_DATA =\
i-executable.png \
i-fifo.png \
i-floppy.png \
i-harddisk.png \
i-music-aa.png \
i-music.png \
i-nfs.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
icons/i-harddisk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB