[Pkg-running-devel] [openambit] 97/131: reverse the order of activities to newest on top

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit 543ce6c078f598a728ad2eb79c9e246e29a441be
Author: Marco Bernasocchi <marco at opengis.ch>
Date:   Wed Mar 19 19:04:41 2014 +0100

    reverse the order of activities to newest on top
---
 src/openambit/mainwindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/openambit/mainwindow.cpp b/src/openambit/mainwindow.cpp
index 0eca1a3..d9c0487 100644
--- a/src/openambit/mainwindow.cpp
+++ b/src/openambit/mainwindow.cpp
@@ -419,7 +419,7 @@ void MainWindow::updateLogList()
         QListWidgetItem *item = new QListWidgetItem(entry.time.toString());
         item->setText(entry.time.toString());
         item->setData(Qt::UserRole, QVariant(entry.filename));
-        ui->logsList->addItem(item);
+        ui->logsList->insertItem(0, item);
     }
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list