[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/applets/lock_logout
From:       Alexis Ménard <darktears31 () gmail ! com>
Date:       2008-05-24 19:59:36
Message-ID: 1211659176.985804.11116.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 812199 by menard:

Now when you quit plasma this applet store its size

CCBUG : 162572



 M  +1 -2      lockout.cpp  


--- trunk/KDE/kdebase/workspace/plasma/applets/lock_logout/lockout.cpp #812198:812199
@@ -37,6 +37,7 @@
 LockOut::LockOut(QObject *parent, const QVariantList &args)
     : Plasma::Applet(parent, args)
 {
+    resize(MINSIZE*2,MINSIZE*4);
 }
 
 void LockOut::init()
@@ -52,8 +53,6 @@
     Plasma::Icon *icon_logout = new Plasma::Icon(KIcon("system-log-out"), "", this);
     m_layout->addItem(icon_logout);
     connect(icon_logout, SIGNAL(clicked()), this, SLOT(clickLogout()));
-
-    resize(MINSIZE*2,MINSIZE*4);
 }
 
 LockOut::~LockOut()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic