[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/utils/yakuake
From:       Eike Hein <hein () kde ! org>
Date:       2008-06-18 19:20:28
Message-ID: 1213816828.587913.4875.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 821891 by hein:

Update the action states after moving a tab.


 M  +3 -0      ChangeLog  
 M  +4 -0      app/tabbar.cpp  


--- trunk/extragear/utils/yakuake/ChangeLog #821890:821891
@@ -4,6 +4,9 @@
   in all standard sizes up to 128px plus as SVG (whereas the old icon was
   only available in 16px and 32px), meaning you won't see a blurry Yakuake
   icon in various places in KDE 4 anymore as you did before.
+* Fixed a bug that made it impossible to move a session located at the
+  start or end of the tab bar back after moving it left/right using the
+  keyboard shortcuts.
 
 
 Changes in 2.9.3:
--- trunk/extragear/utils/yakuake/app/tabbar.cpp #821890:821891
@@ -490,6 +490,8 @@
     m_tabs.swap(index, index - 1);
 
     repaint();
+
+    updateMoveActions(index - 1);
 }
 
 void TabBar::moveTabRight(int sessionId)
@@ -504,6 +506,8 @@
     m_tabs.swap(index, index + 1);
 
     repaint();
+
+    updateMoveActions(index + 1);
 }
 
 void TabBar::closeTabButtonClicked()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic