| Summary: | File tab tooltip not updated when "Save As..." | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jean-Pierre Parent <parentjp> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jean-Pierre Parent
2003-06-07 19:49:39 UTC
Subject: kdevelop/src CVS commit by harald: Fix Bug #59480 - update tooltips when filename changes CCMAIL: 59480-done@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() ); } } |