[repo.or.cz] nomnom.git branch next updated: v0.2.0-17-gda248b9
Brought to you by:
legatvs
From: <nom...@li...> - 2011-10-28 14:28:28
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project nomnom.git. The branch, next has been updated via da248b9c73cc4295cd9f949f421547aef35e3fde (commit) from 9fdd096b2cb4b79c2306bcbcda73b078bd1eabf4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://repo.or.cz/w/nomnom.git/commit/da248b9c73cc4295cd9f949f421547aef35e3fde commit da248b9c73cc4295cd9f949f421547aef35e3fde Author: Toni Gundogdu <le...@gm...> Date: Fri Oct 28 17:26:41 2011 +0300 Bump max recent URLs to 25 diff --git a/src/i/MainWindow.cpp b/src/i/MainWindow.cpp index cee1717..37c9445 100644 --- a/src/i/MainWindow.cpp +++ b/src/i/MainWindow.cpp @@ -75,8 +75,9 @@ MainWindow::MainWindow() connect(_proc, SIGNAL(finished(QString)), this, SLOT(onProcFinished(QString))); -// Read recent URLs into memory. +// Recent URLs. + recent.setMaxItems(25); recent.read(); // Custom program icon. ----------------------------------------------------------------------- Summary of changes: src/i/MainWindow.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) repo.or.cz automatic notification. Contact project admin le...@gm... if you want to unsubscribe, or site admin ad...@re... if you receive no reply. -- nomnom.git ("The graphical media download tool") |