[anjuta] git: Check box action fixes in Push and Pull panes



commit 60d1aafdb03e5938e63faffcb53abd1f2d4757c0
Author: James Liggett <jrliggett cox net>
Date:   Sun Jun 9 21:20:08 2013 -0700

    git: Check box action fixes in Push and Pull panes

 plugins/git/git-pull-pane.c |    1 +
 plugins/git/git-push-pane.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/git/git-pull-pane.c b/plugins/git/git-pull-pane.c
index af841fa..25bd62f 100644
--- a/plugins/git/git-pull-pane.c
+++ b/plugins/git/git-pull-pane.c
@@ -124,6 +124,7 @@ git_pull_pane_init (GitPullPane *self)
                                                "cancel_action",
                                                "force_action",
                                                "squash_action",
+                                               "no_commit_action",
                                                NULL};
        GError *error = NULL;
        GtkAction *ok_action;
diff --git a/plugins/git/git-push-pane.c b/plugins/git/git-push-pane.c
index 2bb945a..b6272c7 100644
--- a/plugins/git/git-push-pane.c
+++ b/plugins/git/git-push-pane.c
@@ -243,6 +243,7 @@ git_push_pane_init (GitPushPane *self)
                                                "ok_action",
                                                "cancel_action",
                                                "force_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]