[Uml-devel] [Bug 111757] "Open recent" list doesn't reorder when a file is opened

Oliver Kellogg okellogg at users.sourceforge.net
Sun Sep 10 12:24:52 UTC 2006


------- 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=111757         
okellogg users sourceforge net changed:

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



------- Additional Comments From okellogg users sourceforge net  2006-09-10 14:24 -------
SVN commit 582767 by okellogg:

BUG:111757 - slotFileOpenRecent(): Patch from Vincent Ricard adds missing addURL() call.

 M  +1 -0      ChangeLog  
 M  +2 -0      umbrello/uml.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #582766:582767
 @ -5,6 +5,7  @
 * Bugs/wishes from http://bugs.kde.org:
 * "role A properties" should give class name (69244)
 * Sharing designs, Folders, 3rd Party imports (87252, reimplementation)
+* "Open recent" list doesn't reorder when a file is opened (111757)
 * Properties menu: move to top/bottom buttons (126467)
 * Java import - importing interfaces - absent visibility treated as package
   instead of public (131327)
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/uml.cpp #582766:582767
 @ -720,6 +720,8  @
         if(!m_doc->openDocument(url)) {
             fileOpenRecent->removeURL(url);
             fileOpenRecent->setCurrentItem( -1 );
+        } else {
+            fileOpenRecent->addURL(url);
         }
         enablePrint(true);
         setCaption(m_doc->URL().fileName(), false);




More information about the umbrello-devel mailing list