From e90ad1284bd94748f7ac3a0d17baa6a0ea6d4cb3 Mon Sep 17 00:00:00 2001 From: Daniel Klaffenbach Date: Fri, 30 Jul 2010 17:03:47 +0200 Subject: [PATCH] New release --- debian/changelog | 8 ++++++++ src/mainwindow.cpp | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5751452..c8fab02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qcpufreq (0.3.2-1) unstable; urgency=low + + * Minor UI update + * l10n fixes + + -- maintainer Daniel Klaffenbach Fri, 30 Jul 2010 17:01:47 +0200 + + qcpufreq (0.3.1-1) unstable; urgency=low * Improved temperature handling diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 01e4e0b..67d03ed 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -29,7 +29,7 @@ #define APPNAME "QCPUFreq" -#define APPVERSION "0.3.1" +#define APPVERSION "0.3.2" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), @@ -130,7 +130,7 @@ int MainWindow::callHelper(QString action, QString param) QStringList arguments; #if defined(Q_WS_MAEMO_5) - //On Maemo 5 the helper script resides in /opt/usr/bin, which us usually not in $PATH + //On Maemo 5 the helper script resides in /opt/usr/bin, which is usually not in $PATH arguments.append( "/opt/usr/bin/QCPUFreq.helper" ); #else arguments.append( "QCPUFreq.helper" ); -- 1.7.9.5