# HG changeset patch # User insilmaril # Date 1183110233 0 # Node ID 28be7520cb2116b872285d58747ce8c86ed74041 # Parent ce2abdbd0b655e90ee3c33b60862a5b4e47bb0d4 1.8.76 - Extended fileformat to ease tomboy export to vym diff -r ce2abdbd0b65 -r 28be7520cb21 branchpropwindow.cpp --- a/branchpropwindow.cpp Fri Jun 29 09:43:53 2007 +0000 +++ b/branchpropwindow.cpp Fri Jun 29 09:43:53 2007 +0000 @@ -43,7 +43,7 @@ { settings.setValue( "/satellite/propertywindow/geometry/size", size() ); settings.setValue( "/satellite/propertywindow/geometry/pos", pos() ); - + settings.setValue( "/satellite/propertywindow/showWithMain",isVisible() ); } void BranchPropertyWindow::setBranch (BranchObj *bo)