Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148384 | Differences between
and this patch

Collapse All | Expand All

(-)kwalletmanager-3.5.4.orig/kwallet/kwalletmanager.cpp (-1 / +2 lines)
Lines 43-48 Link Here
43
#include <qguardedptr.h>
43
#include <qguardedptr.h>
44
#include <qptrstack.h>
44
#include <qptrstack.h>
45
#include <qregexp.h>
45
#include <qregexp.h>
46
#include <qtimer.h>
46
#include <qtooltip.h>
47
#include <qtooltip.h>
47
48
48
KWalletManager::KWalletManager(QWidget *parent, const char *name, WFlags f)
49
KWalletManager::KWalletManager(QWidget *parent, const char *name, WFlags f)
Lines 75-81 Link Here
75
		if (!isOpen && kapp->isRestored()) {
76
		if (!isOpen && kapp->isRestored()) {
76
			delete _tray;
77
			delete _tray;
77
			_tray = 0L;
78
			_tray = 0L;
78
			kapp->exit();
79
			QTimer::singleShot( 0, kapp, SLOT( quit()));
79
			return;
80
			return;
80
		}
81
		}
81
	} else {
82
	} else {

Return to bug 148384