Bug 74377

Summary: size editor window not saved/restored
Product: [Applications] kgpg Reporter: Sebastian Stein <seb.kde>
Component: generalAssignee: bj
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sebastian Stein 2004-02-06 17:34:19 UTC
Version:           1.1 (using KDE 3.2.0, compiled sources)
Compiler:          gcc version 3.2.3
OS:          Linux (i686) release 2.4.24

As you can see, I like resizing ;-) If I resize the editor window, close it and
reopen it, my resizing action is lost. This works for the key management
window. I see no reason why this shouldn't be the same for the editor, there is
no complex layout.

Please don't forget to backport at least the fixed bugs to KDE 3.2. Maybe also
the Ctrl+Pos1 wish and #74333. Thanks!
Comment 1 bj 2004-02-18 23:16:25 UTC
CVS commit by mardelle: 

Fixed #74377  (editor window size not saved)
CCMAIL: 74377-done@bugs.kde.org


  M +1 -0      kgpgeditor.cpp   1.29.2.2


--- kdeutils/kgpg/kgpgeditor.cpp  #1.29.2.1:1.29.2.2
@@ -30,4 +30,5 @@ KgpgApp::KgpgApp(QWidget *parent, const 
 
         // call inits to invoke all other construction parts
+        setAutoSaveSettings("Editor",true);
         initActions();
         initView();