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

List:       kde-commits
Subject:    branches/KDE/4.4/kdebase/runtime/nepomuk/services/strigi
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2010-04-10 8:03:33
Message-ID: 20100410080333.CB446AC894 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1113250 by trueg:

Backport: properly set the window icon

 M  +4 -2      statuswidget.cpp  


--- branches/KDE/4.4/kdebase/runtime/nepomuk/services/strigi/statuswidget.cpp #1113249:1113250
@@ -52,8 +52,10 @@
     setDefaultButton( Ok );
     setButtonGuiItem( User1, KGuiItem( i18n( "Configure" ), KIcon( "configure" ) ) );
 
-    m_title->setPixmap( KIcon( "nepomuk" ).pixmap( 32, 32 ) );
-
+    KIcon icon( "nepomuk" );
+    m_title->setPixmap( icon.pixmap( 32, 32 ) );
+    setWindowIcon( icon );
+    
     m_updateTimer.setSingleShot( true );
     m_updateTimer.setInterval( 10*1000 ); // do not update multiple times in 10 seconds
     connect( &m_updateTimer, SIGNAL( timeout() ),
[prev in list] [next in list] [prev in thread] [next in thread] 

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