Patch #1794 2007-01-02 20:10

revvy

Fix corruption of current layout name
Download
1794-Fix_corruption.patch (383 bytes)
Category
Application::Bugfix
Status
Closed
Close date
2007-01-03 11:48
Assigned to
 
Index: main.cpp
===================================================================
--- main.cpp    (revision 3452)
+++ main.cpp    (working copy)
@@ -1125,8 +1125,8 @@
     if (select)
     {
         DoSelectLayout(name);
+        m_LastLayoutName = name;
     }
-    m_LastLayoutName = name;
 } // end of SaveViewLayout
 
 bool MainFrame::DoCheckCurrentLayoutForChanges(bool canCancel)
killerbot 2007-01-03 11:48

applied. Thanks