[anjuta] git: Fix the Do Not Commit option in the Revert pane



commit 3fb8c1a9bd98ce73c21f84601c8d671f5f97ddb9
Author: James Liggett <jrliggett cox net>
Date:   Sun Jun 23 21:00:50 2013 -0700

    git: Fix the Do Not Commit option in the Revert pane

 plugins/git/git-revert-pane.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/git/git-revert-pane.c b/plugins/git/git-revert-pane.c
index 5f5a32a..c1fbc60 100644
--- a/plugins/git/git-revert-pane.c
+++ b/plugins/git/git-revert-pane.c
@@ -80,6 +80,7 @@ git_revert_pane_init (GitRevertPane *self)
        gchar *objects[] = {"revert_pane",
                                                "ok_action",
                                                "cancel_action",
+                                               "no_commit_action",
                                                NULL};
        GError *error = NULL;
        GtkAction *ok_action;


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