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

List:       kde-commits
Subject:    extragear/network/konversation/src
From:       İsmail Dönmez <ismail () uludag ! org ! tr>
Date:       2005-08-31 14:50:03
Message-ID: 1125499803.851057.6041.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 455446 by cartman:

Put search box at top as discussed with tina and holehan ( usability dudes )


 M  +2 -1      ircviewbox.cpp  


--- trunk/extragear/network/konversation/src/ircviewbox.cpp #455445:455446
@@ -36,9 +36,10 @@
 IRCViewBox::IRCViewBox(QWidget* parent, Server* newServer)
 : QVBox(parent)
 {
-    m_ircView = new IRCView(this, newServer);
     m_searchBar = new SearchBar(this);
     m_searchBar->hide();
+    m_ircView = new IRCView(this, newServer);
+    m_searchBar->hide();
     m_matchedOnce = false;
 
     connect(m_searchBar, SIGNAL(signalSearchChanged(const QString&)),
[prev in list] [next in list] [prev in thread] [next in thread] 

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