]> git.lyx.org Git - features.git/commitdiff
Enable View properly.
authorJohn Levon <levon@movementarian.org>
Thu, 3 Jul 2003 14:31:11 +0000 (14:31 +0000)
committerJohn Levon <levon@movementarian.org>
Thu, 3 Jul 2003 14:31:11 +0000 (14:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7238 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/ui/QTexinfoDialogBase.ui

index a677c91bee59bc40d851cc5e611a9c9d7b414884..25ea9246d06addfcfda591e7563a8ce4d5c371ad 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-03  John Levon  <levon@movementarian.org>
+
+       * ui/QTexinfoDialog.ui: enable View properly
+
 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * introduce namespace lyx::support
index fd865f8bd887f20c15c2d4a763997910a7e1df92..cc2a7bed9169b96b14b4ee6b743b78bf4bdb07a5 100644 (file)
@@ -13,7 +13,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>275</width>
+            <width>267</width>
             <height>290</height>
         </rect>
     </property>
         <receiver>QTexinfoDialogBase</receiver>
         <slot>update()</slot>
     </connection>
-    <connection>
-        <sender>fileList</sender>
-        <signal>clicked(QListBoxItem*)</signal>
-        <receiver>QTexinfoDialogBase</receiver>
-        <slot>enableViewPB()</slot>
-    </connection>
     <connection>
         <sender>path</sender>
         <signal>stateChanged(int)</signal>
         <receiver>QTexinfoDialogBase</receiver>
         <slot>rescanClicked()</slot>
     </connection>
+    <connection>
+        <sender>fileList</sender>
+        <signal>highlighted(QListBoxItem*)</signal>
+        <receiver>QTexinfoDialogBase</receiver>
+        <slot>enableViewPB()</slot>
+    </connection>
     <slot access="protected">enableViewPB()</slot>
     <slot access="protected">rescanClicked()</slot>
     <slot access="protected">update()</slot>
 <tabstops>
     <tabstop>whatStyle</tabstop>
     <tabstop>path</tabstop>
-    <tabstop>viewPB</tabstop>
+    <tabstop>fileList</tabstop>
     <tabstop>rescanPB</tabstop>
+    <tabstop>viewPB</tabstop>
     <tabstop>closePB</tabstop>
 </tabstops>
 </UI>