[Bug 154119] Moving/resizing applets on the panel   
    Vincenzo Di Massa 
    hawk.it at tiscali.it
       
    Sat Jun 28 14:10:30 CEST 2008
    
    
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=154119         
------- Additional Comments From hawk.it tiscali it  2008-06-28 14:10 -------
About the patch in #41
if (!m_movedApplet || (m_movedApplet && m_movedApplet!=applet))
is the same as
if (!m_movedApplet || m_movedApplet!=applet)
Isn't it?
    
    
More information about the Panel-devel
mailing list