[gitg/wip/sindhus/interactive-rebase] Make rebase action 'pick' the default selected
- From: Sindhu Sundar <sindhus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/sindhus/interactive-rebase] Make rebase action 'pick' the default selected
- Date: Tue, 10 Sep 2013 21:04:44 +0000 (UTC)
commit 26c5c8845d0e8335da4bf16ca70c2adcfea40994
Author: Sindhu S <sindhus live in>
Date: Tue Sep 10 19:59:03 2013 +0530
Make rebase action 'pick' the default selected
gitg/resources/gitg-rebase-list-box-row.ui | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gitg/resources/gitg-rebase-list-box-row.ui b/gitg/resources/gitg-rebase-list-box-row.ui
index c131067..ebc4a59 100644
--- a/gitg/resources/gitg-rebase-list-box-row.ui
+++ b/gitg/resources/gitg-rebase-list-box-row.ui
@@ -5,13 +5,13 @@
<column type="gchararray"/>
</columns>
<data>
- <row>
+ <row id="0">
<col id="0" translatable="yes">pick</col>
</row>
- <row>
+ <row id="1">
<col id="0" translatable="yes">squash</col>
</row>
- <row>
+ <row id="2">
<col id="0" translatable="yes">fixup</col>
</row>
</data>
@@ -23,6 +23,8 @@
<property name="orientation">horizontal</property>
<child>
<object class="GtkComboBox" id="r_action_combo">
+ <property name="active_id">0</property>
+ <property name="active">0</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="model">r_model_actions</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]