[gitg/vala] Use GitgGtkCommitListView in history plugin



commit 8d539256dca671fe134c9a965492a8f536216dfa
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Sun Apr 22 15:13:46 2012 +0200

    Use GitgGtkCommitListView in history plugin

 plugins/history/resources/view-history.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/history/resources/view-history.ui b/plugins/history/resources/view-history.ui
index a8ac5d3..090b0c3 100644
--- a/plugins/history/resources/view-history.ui
+++ b/plugins/history/resources/view-history.ui
@@ -15,7 +15,7 @@
         <property name="can_focus">True</property>
         <property name="shadow-type">etched-in</property>
         <child>
-          <object class="GtkTreeView" id="commit_list_view">
+          <object class="GitgGtkCommitListView" id="commit_list_view">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="rules_hint">True</property>
@@ -27,7 +27,7 @@
                 <property name="resizable">True</property>
                 <property name="fixed-width">400</property>
                 <child>
-                  <object class="GtkCellRendererText" id="renderer_commit_list_subject">
+                  <object class="GitgGtkCellRendererLanes" id="renderer_commit_list_subject">
                     <property name="ellipsize">end</property>
                   </object>
                   <attributes>
@@ -52,7 +52,7 @@
                 </child>
               </object>
             </child>
-            <child>
+            <!--<child>
               <object class="GtkTreeViewColumn" id="column_commit_list_date">
                 <property name="title" translatable="yes">Date</property>
                 <property name="sizing">fixed</property>
@@ -67,7 +67,7 @@
                   </attributes>
                 </child>
               </object>
-            </child>
+            </child>-->
           </object>
         </child>
       </object>



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