[anjuta] git: Fix removed files status display
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] git: Fix removed files status display
- Date: Tue, 20 Aug 2013 00:40:41 +0000 (UTC)
commit 83b159b07204281c490e7e6b255d54602439e236
Author: James Liggett <jrliggett cox net>
Date: Mon Aug 19 17:37:58 2013 -0700
git: Fix removed files status display
plugins/git/git-status-command.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-status-command.c b/plugins/git/git-status-command.c
index 53d6b76..2f8833c 100644
--- a/plugins/git/git-status-command.c
+++ b/plugins/git/git-status-command.c
@@ -157,7 +157,7 @@ git_status_command_init (GitStatusCommand *self)
g_hash_table_insert (self->priv->status_codes,
GINT_TO_POINTER ('D'),
- GINT_TO_POINTER (ANJUTA_VCS_STATUS_MODIFIED));
+ GINT_TO_POINTER (ANJUTA_VCS_STATUS_DELETED));
/* TODO: Handle each conflict case individually so that we can eventually
* give the user more information about the conflict */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]