Summary: | size editor window not saved/restored | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | Sebastian Stein <seb.kde> |
Component: | general | Assignee: | bj |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sebastian Stein
2004-02-06 17:34:19 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(); |