gnome-commander r1496 - in branches/gcmd-1-3: . pixmaps src



Author: epiotr
Date: Wed Jan  9 22:42:20 2008
New Revision: 1496
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1496&view=rev

Log:
Removed unused pixmaps

Removed:
   branches/gcmd-1-3/pixmaps/desktop.xpm
   branches/gcmd-1-3/pixmaps/exec.xpm
   branches/gcmd-1-3/pixmaps/ftp.xpm
   branches/gcmd-1-3/pixmaps/ftp_connect.xpm
   branches/gcmd-1-3/pixmaps/ftp_disconnect.xpm
   branches/gcmd-1-3/pixmaps/home.xpm
   branches/gcmd-1-3/pixmaps/key.xpm
   branches/gcmd-1-3/pixmaps/lock.xpm
   branches/gcmd-1-3/pixmaps/mkdir.xpm
   branches/gcmd-1-3/pixmaps/server.xpm
   branches/gcmd-1-3/pixmaps/smb-computer.xpm
   branches/gcmd-1-3/pixmaps/smb-network.xpm
Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/pixmaps/Makefile.am
   branches/gcmd-1-3/src/imageloader.cc
   branches/gcmd-1-3/src/imageloader.h

Modified: branches/gcmd-1-3/pixmaps/Makefile.am
==============================================================================
--- branches/gcmd-1-3/pixmaps/Makefile.am	(original)
+++ branches/gcmd-1-3/pixmaps/Makefile.am	Wed Jan  9 22:42:20 2008
@@ -10,24 +10,15 @@
 pixmapsdir = $(datadir)/pixmaps/@PACKAGE@
 pixmaps_DATA = \
 	copy_file_names.xpm \
-	desktop.xpm \
 	exec_wheel.xpm \
-	exec.xpm \
 	flip-horizontal-16.xpm \
 	flip-vertical-16.xpm \
-	ftp_connect.xpm \
-	ftp_disconnect.xpm \
-	ftp.xpm \
 	gnome_cmd_arrow_blank.xpm \
 	gnome_cmd_arrow_down.xpm \
 	gnome_cmd_arrow_up.xpm \
 	gnome-commander.xpm \
-	home.xpm \
 	internal-viewer.xpm \
-	key.xpm \
-	lock.xpm \
 	menu_bookmark.xpm \
-	mkdir.xpm \
 	overlay_symlink.xpm \
 	overlay_umount.xpm \
 	parent_dir.xpm \
@@ -36,9 +27,6 @@
 	rotate-180-16.xpm \
 	rotate-270-16.xpm \
 	rotate-90-16.xpm \
-	server.xpm \
-	smb-computer.xpm \
-	smb-network.xpm \
 	toggle_horizontal.xpm \
 	toggle_vertical.xpm \
 	terminal.svg

Modified: branches/gcmd-1-3/src/imageloader.cc
==============================================================================
--- branches/gcmd-1-3/src/imageloader.cc	(original)
+++ branches/gcmd-1-3/src/imageloader.cc	Wed Jan  9 22:42:20 2008
@@ -56,25 +56,18 @@
     "gnome_cmd_arrow_up.xpm",
     "gnome_cmd_arrow_down.xpm",
     "gnome_cmd_arrow_blank.xpm",
-    "server.xpm",
+
     "gnome-commander.xpm",
-    "exec.xpm",
     "exec_wheel.xpm",
-    "mkdir.xpm",
-    "lock.xpm",
-    "home.xpm",
-    "desktop.xpm",
-    "smb-network.xpm",
-    "smb-computer.xpm",
     "menu_bookmark.xpm",
+
     "overlay_symlink.xpm",
     "overlay_umount.xpm",
     "parent_dir.xpm",
     "root_dir.xpm",
-    "ftp_connect.xpm",
-    "ftp_disconnect.xpm",
     "toggle_vertical.xpm",
     "toggle_horizontal.xpm",
+
     "internal-viewer.xpm"
 };
 

Modified: branches/gcmd-1-3/src/imageloader.h
==============================================================================
--- branches/gcmd-1-3/src/imageloader.h	(original)
+++ branches/gcmd-1-3/src/imageloader.h	Wed Jan  9 22:42:20 2008
@@ -34,24 +34,14 @@
     PIXMAP_FLIST_ARROW_DOWN,
     PIXMAP_FLIST_ARROW_BLANK,
 
-    PIXMAP_SERVER_SMALL,
     PIXMAP_LOGO,
-    PIXMAP_EXEC,
     PIXMAP_EXEC_WHEEL,
-    PIXMAP_MKDIR,
-    PIXMAP_LOCK,
-    PIXMAP_HOME,
-    PIXMAP_DESKTOP,
-    PIXMAP_SMB_NETWORK,
-    PIXMAP_SMB_COMPUTER,
     PIXMAP_BOOKMARK,
 
     PIXMAP_OVERLAY_SYMLINK,
     PIXMAP_OVERLAY_UMOUNT,
     PIXMAP_PARENT_DIR,
     PIXMAP_ROOT_DIR,
-    PIXMAP_FTP_CONNECT,
-    PIXMAP_FTP_DISCONNECT,
     PIXMAP_SWITCH_V,
     PIXMAP_SWITCH_H,
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]