1.8.76 - Extended fileformat to ease tomboy export to vym
authorinsilmaril
Fri, 29 Jun 2007 09:43:53 +0000
changeset 53028be7520cb21
parent 529 ce2abdbd0b65
child 531 be24af55da40
1.8.76 - Extended fileformat to ease tomboy export to vym
branchpropwindow.cpp
     1.1 --- a/branchpropwindow.cpp	Fri Jun 29 09:43:53 2007 +0000
     1.2 +++ b/branchpropwindow.cpp	Fri Jun 29 09:43:53 2007 +0000
     1.3 @@ -43,7 +43,7 @@
     1.4  {
     1.5  	settings.setValue( "/satellite/propertywindow/geometry/size", size() );
     1.6  	settings.setValue( "/satellite/propertywindow/geometry/pos", pos() );
     1.7 -
     1.8 +	settings.setValue( "/satellite/propertywindow/showWithMain",isVisible() );
     1.9  }
    1.10  
    1.11  void BranchPropertyWindow::setBranch (BranchObj *bo)