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

List:       kde-commits
Subject:    kdepim/akregator/src
From:       Teemu Rytilahti <tpr () d5k ! net>
Date:       2005-01-28 9:46:35
Message-ID: 20050128094635.7D1701CB12 () office ! kde ! org
[Download RAW message or body]

CVS commit by rytilahti: 

Reimplement slotSetStatusBarText to change only the label, not the statusbar, as we \
have progressbar there now too. BUG:98039


  M +4 -0      akregator.cpp   1.80
  M +1 -0      akregator.h   1.36


--- kdepim/akregator/src/akregator.cpp  #1.79:1.80
@@ -252,4 +252,8 @@ void MainWindow::slotClearStatusText()
     m_statusLabel->setText(QString());
 }
+void MainWindow::slotSetStatusBarText( const QString & text )
+{
+    m_statusLabel->setText(text);
+}
 
 #include "akregator.moc"

--- kdepim/akregator/src/akregator.h  #1.35:1.36
@@ -82,4 +82,5 @@ public:
 public slots:
     void slotClearStatusText();
+    void slotSetStatusBarText(const QString &c);
 
 protected:


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

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