From: Daniel Klaffenbach Date: Fri, 30 Jul 2010 15:03:47 +0000 (+0200) Subject: New release X-Git-Tag: v0.3.2^0 X-Git-Url: https://vcs.maemo.org/git/?p=qcpufreq;a=commitdiff_plain;h=e90ad1284bd94748f7ac3a0d17baa6a0ea6d4cb3 New release --- 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" );