[gitg/wip/sindhus/interactive-rebase] Add reword
- From: Sindhu Sundar <sindhus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/sindhus/interactive-rebase] Add reword
- Date: Wed, 11 Sep 2013 13:08:05 +0000 (UTC)
commit 0d664f0b950b709fe679da28dcb6231dddcf06e6
Author: Sindhu S <sindhus live in>
Date: Wed Sep 11 18:32:41 2013 +0530
Add reword
gitg/gitg-rebase-list-box.vala | 3 +++
gitg/resources/gitg-rebase-list-box-row.ui | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gitg/gitg-rebase-list-box.vala b/gitg/gitg-rebase-list-box.vala
index c8b5bbb..f7d5497 100644
--- a/gitg/gitg-rebase-list-box.vala
+++ b/gitg/gitg-rebase-list-box.vala
@@ -59,6 +59,7 @@ namespace Gitg
case 0: return "pick";
case 1: return "squash";
case 2: return "fixup";
+ case 3: return "reword";
}
return "pick";
}
@@ -72,6 +73,8 @@ namespace Gitg
break;
case "fixup": action_id = 2;
break;
+ case "reword": action_id = 3;
+ break;
}
r_commit_action.set_active(action_id);
diff --git a/gitg/resources/gitg-rebase-list-box-row.ui b/gitg/resources/gitg-rebase-list-box-row.ui
index 3b624f3..d33b20f 100644
--- a/gitg/resources/gitg-rebase-list-box-row.ui
+++ b/gitg/resources/gitg-rebase-list-box-row.ui
@@ -14,6 +14,9 @@
<row id="2">
<col id="0" translatable="yes">fixup</col>
</row>
+ <row id="3">
+ <col id="0" translatable="yes">reword</col>
+ </row>
</data>
</object>
<!-- interface-requires gtk+ 3.8 -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]