anjuta r4683 - in trunk: . plugins/file-manager



Author: jhs
Date: Mon Feb  2 12:47:39 2009
New Revision: 4683
URL: http://svn.gnome.org/viewvc/anjuta?rev=4683&view=rev

Log:
2009-02-02  Johannes Schmid  <jhs gnome org>

	* plugins/file-manager/Makefile.am:
	* plugins/file-manager/file-view.c:
	Show all VCS icons (there was some Makefile problem and a off-by-one in the
	string array.
	(#561370 â there is no way to know which files are in repository and which not.)

Modified:
   trunk/ChangeLog
   trunk/plugins/file-manager/Makefile.am
   trunk/plugins/file-manager/file-view.c

Modified: trunk/plugins/file-manager/Makefile.am
==============================================================================
--- trunk/plugins/file-manager/Makefile.am	(original)
+++ trunk/plugins/file-manager/Makefile.am	Mon Feb  2 12:47:39 2009
@@ -16,7 +16,8 @@
 	vcs-deleted.png \
 	vcs-ignored.png \
 	vcs-modified.png \
-	vcs-unversioned.png
+	vcs-unversioned.png \
+	vcs-updated.png
 
 # Plugin description file
 plugin_in_files = file-manager.plugin.in

Modified: trunk/plugins/file-manager/file-view.c
==============================================================================
--- trunk/plugins/file-manager/file-view.c	(original)
+++ trunk/plugins/file-manager/file-view.c	Mon Feb  2 12:47:39 2009
@@ -58,7 +58,6 @@
 	NULL,
 	N_("Modified"),
 	N_("Added"),
-	N_("Removed"),
 	N_("Deleted"),
 	N_("Conflicted"),
 	N_("Up-to-date"),



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