From 3fe3343e02ad0fa7bb2d9e59569dc338aafeffc6 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 15 May 2006 20:17:45 +0000 Subject: [PATCH] save the settings after setting the annotation author svn path=/branches/work/kde4/playground/graphics/okular/; revision=541262 --- ui/pageviewannotator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/pageviewannotator.cpp b/ui/pageviewannotator.cpp index 96e674a7d..1980bfc3b 100644 --- a/ui/pageviewannotator.cpp +++ b/ui/pageviewannotator.cpp @@ -454,6 +454,7 @@ void PageViewAnnotator::setEnabled( bool on ) } // save the name KpdfSettings::setAnnotationsAuthor( userName ); + KpdfSettings::writeConfig(); } }