[Bug 59480] File tab tooltip not updated when "Save As..."

Harald Fernengel harry at kdevelop.org
Sun Jun 8 11:52:03 UTC 2003


------- 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=59480     
harry at kdevelop.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From harry at kdevelop.org  2003-06-08 11:51 -------
Subject: kdevelop/src

CVS commit by harald: 

Fix Bug #59480 - update tooltips when filename changes

CCMAIL: 59480-done at bugs.kde.org


  M +1 -0      mainwindowideal.cpp   1.31


--- kdevelop/src/mainwindowideal.cpp  #1.30:1.31
@@ -646,4 +646,5 @@ void MainWindowIDEAl::updateTabForPart( 
             m_tabWidget->changeTab( rw_part->widget(), rw_part->url().fileName() );
         }
+        m_tabWidget->setTabToolTip( rw_part->widget(), rw_part->url().url() );
     }
 }




More information about the KDevelop-devel mailing list