Hello community, here is the log from the commit of package kdeutils3 checked in at Tue May 9 00:35:28 CEST 2006. -------- --- KDE/kdeutils3/kdeutils3.changes 2006-04-17 09:30:31.000000000 +0200 +++ STABLE/kdeutils3/kdeutils3.changes 2006-05-07 14:04:00.000000000 +0200 @@ -1,0 +2,5 @@ +Sun May 7 14:01:57 CEST 2006 - dmueller@suse.de + +- Fix wallet closing outside full session (#163294) + +------------------------------------------------------------------- New: ---- fix-kwallet-close.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdeutils3.spec ++++++ --- /var/tmp/diff_new_pack.p0a7Cb/_old 2006-05-09 00:34:16.000000000 +0200 +++ /var/tmp/diff_new_pack.p0a7Cb/_new 2006-05-09 00:34:16.000000000 +0200 @@ -28,13 +28,14 @@ Url: http://www.kde.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Version: 3.5.1 -Release: 17 +Release: 24 Source0: kdeutils-%{version}.tar.bz2 Patch0: 3_5_BRANCH.diff Patch2: klaptop.diff Patch5: disable-nonsense-security-check.diff Patch11: ppc.dif Patch12: kfloppy.dif +Patch13: fix-kwallet-close.patch Provides: kdeutils kutils %description @@ -126,6 +127,7 @@ %ifarch s390 s390x rm -rf kfloppy doc/kfloppy %endif +%patch13 rm -rf klaptopdaemon . /etc/opt/kde3/common_options update_admin @@ -342,6 +344,8 @@ /opt/kde3/include/kwidgetstreamer.h %changelog -n kdeutils3 +* Sun May 07 2006 - dmueller@suse.de +- Fix wallet closing outside full session (#163294) * Mon Apr 17 2006 - stbinner@suse.de - move documentation of apps in subpackage to subpackage (#166995) * Thu Mar 09 2006 - stbinner@suse.de ++++++ fix-kwallet-close.patch ++++++ --- kwallet/konfigurator/konfigurator.cpp.sav 2006-01-20 15:14:46.000000000 +0100 +++ kwallet/konfigurator/konfigurator.cpp 2006-05-04 18:36:40.000000000 +0200 @@ -185,7 +185,7 @@ void KWalletConfig::load() { _wcw->_launchManager->setChecked(config.readBoolEntry("Launch Manager", true)); _wcw->_autocloseManager->setChecked(! config.readBoolEntry("Leave Manager Open", false)); _wcw->_screensaverLock->setChecked(config.readBoolEntry("Close on Screensaver", false)); - _wcw->_autoclose->setChecked(!config.readBoolEntry("Leave Open", true)); + _wcw->_autoclose->setChecked(!config.readBoolEntry("Leave Open", false)); _wcw->_closeIdle->setChecked(config.readBoolEntry("Close When Idle", false)); _wcw->_idleTime->setValue(config.readNumEntry("Idle Timeout", 10)); if (config.hasKey("Default Wallet")) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de