[meld] Unify history-ids between the New dialog and per-pane entries



commit 18058ed27f990784b8d0491759c7f15f8e7333a3
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Jan 16 09:33:50 2011 +1000

    Unify history-ids between the New dialog and per-pane entries

 data/ui/meldapp.ui |   12 ++++++------
 data/ui/vcview.ui  |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/ui/meldapp.ui b/data/ui/meldapp.ui
index fd552ec..872ac35 100644
--- a/data/ui/meldapp.ui
+++ b/data/ui/meldapp.ui
@@ -130,7 +130,7 @@ Josef Vybíral</property>
                 <child>
                   <object class="HistoryFileEntry" id="fileentry2">
                     <property name="visible">True</property>
-                    <property name="history-id">file_comparison</property>
+                    <property name="history-id">fileentry</property>
                     <property name="directory-entry">False</property>
                     <signal handler="on_entry_activate" name="activate"/>
                   </object>
@@ -145,7 +145,7 @@ Josef Vybíral</property>
                 <child>
                   <object class="HistoryFileEntry" id="fileentry1">
                     <property name="visible">True</property>
-                    <property name="history-id">file_comparison</property>
+                    <property name="history-id">fileentry</property>
                     <property name="directory-entry">False</property>
                     <signal handler="on_entry_activate" name="activate"/>
                   </object>
@@ -161,7 +161,7 @@ Josef Vybíral</property>
                   <object class="HistoryFileEntry" id="fileentry0">
                     <property name="visible">True</property>
                     <property name="sensitive">False</property>
-                    <property name="history-id">file_comparison</property>
+                    <property name="history-id">fileentry</property>
                     <property name="directory-entry">False</property>
                     <signal handler="on_entry_activate" name="activate"/>
                   </object>
@@ -263,7 +263,7 @@ Josef Vybíral</property>
                 <child>
                   <object class="HistoryFileEntry" id="direntry2">
                     <property name="visible">True</property>
-                    <property name="history-id">dir_comparison</property>
+                    <property name="history-id">direntry</property>
                     <property name="directory-entry">True</property>
                     <signal handler="on_entry_activate" name="activate"/>
                   </object>
@@ -278,7 +278,7 @@ Josef Vybíral</property>
                 <child>
                   <object class="HistoryFileEntry" id="direntry1">
                     <property name="visible">True</property>
-                    <property name="history-id">dir_comparison</property>
+                    <property name="history-id">direntry</property>
                     <property name="directory-entry">True</property>
                     <signal handler="on_entry_activate" name="activate"/>
                   </object>
@@ -294,7 +294,7 @@ Josef Vybíral</property>
                   <object class="HistoryFileEntry" id="direntry0">
                     <property name="visible">True</property>
                     <property name="sensitive">False</property>
-                    <property name="history-id">dir_comparison</property>
+                    <property name="history-id">direntry</property>
                     <property name="directory-entry">True</property>
                     <signal handler="on_entry_activate" name="activate"/>
                   </object>
diff --git a/data/ui/vcview.ui b/data/ui/vcview.ui
index c5940f3..1f3387d 100644
--- a/data/ui/vcview.ui
+++ b/data/ui/vcview.ui
@@ -29,7 +29,7 @@
             <child>
               <object class="HistoryFileEntry" id="fileentry">
                 <property name="visible">True</property>
-                <property name="history-id">direntry</property>
+                <property name="history-id">vc_directory</property>
                 <property name="directory-entry">True</property>
                 <signal handler="on_fileentry_activate" name="activate"/>
               </object>



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