Version: SVN trunk (using KDE 4.7.0) OS: Linux Displaying [modified] and the 'File'->'Save' action active is not correct when there is no file open. Reproducible: Always Steps to Reproduce: Run: kmymoney -n Actual Results: [modified] is displayed 'File'->'Save' action is active Expected Results: [modified] is not displayed 'File'->'Save' action is not active OS: Linux (x86_64) release 2.6.39-gentoo-r3 Compiler: x86_64-pc-linux-gnu-gcc
This is caused by this feature when creating a storage: http://websvn.kde.org/trunk/extragear/office/kmymoney/kmymoney/views/kmymoneyview.cpp?annotate=1244406&pathrev=1244406#l444 Thomas, any ideas? I could not think of a proper fix.
I'll take care of it
SVN commit 1248518 by tbaumgart: Create the unique ID only when necessary BUG: 280067 M +19 -0 mymoney/mymoneyfile.cpp M +13 -0 mymoney/mymoneyfile.h M +23 -0 mymoney/mymoneyfiletest.cpp M +1 -0 mymoney/mymoneyfiletest.h M +1 -1 plugins/kbanking/mymoneybanking.cpp M +1 -16 views/kmymoneyview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1248518
SVN commit 1248712 by conet: Create the unique ID only when necessary BUG: 280067 Backported to the stable branch. M +19 -0 mymoney/mymoneyfile.cpp M +13 -0 mymoney/mymoneyfile.h M +23 -0 mymoney/mymoneyfiletest.cpp M +1 -0 mymoney/mymoneyfiletest.h M +1 -16 views/kmymoneyview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1248712