[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/01: applied patch from bug 12914

noreply at xfce.org noreply at xfce.org
Wed Oct 26 21:53:55 CEST 2016


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

timystery pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.

commit 0d3bd84a11863deb58a39e1d4b0c3299a7345d19
Author: Fabian <timystery at arcor.de>
Date:   Wed Oct 26 21:53:14 2016 +0200

    applied patch from bug 12914
---
 README                        | 4 ++--
 configure.ac.in               | 4 ++--
 ltmain.sh                     | 4 ++--
 panel-plugin/sensors-plugin.c | 1 +
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 457b158..5ce5e0d 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 Xfce4-Sensors-Plugin
 ====================
 
-Version 1.2.7 - For Xfce 4 Panel 4.6.0 (and hopefully newer as well!)
+Version 1.2.8 - For Xfce 4 Panel 4.6.0 (and hopefully newer as well!)
 
-Copyright (c) 2004-2015 by Fabian Nowak (timystery at arcor.de)
+Copyright (c) 2004-2016 by Fabian Nowak (timystery at arcor.de)
 Copyright (c) 2005-2006 by Stefan Ott
 
 Licence: GPL version 2 (or later at your option)
diff --git a/configure.ac.in b/configure.ac.in
index 4271c4a..83c83f3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ m4_define([libxfce4sensors_verinfo], [3:4:2])
 
 m4_define([xfce4_sensors_version_major], [1])
 m4_define([xfce4_sensors_version_minor], [2])
-m4_define([xfce4_sensors_version_micro], [7])
+m4_define([xfce4_sensors_version_micro], [8])
 m4_define([xfce4_sensors_version_nano], [])
 m4_define([xfce4_sensors_version_build], [@REVISION@])
-m4_define([xfce4_sensors_version_tag], [git]) dnl may be set to 'git'
+m4_define([xfce4_sensors_version_tag], []) dnl may be set to 'git'
 m4_define([xfce4_sensors_version], [xfce4_sensors_version_major().xfce4_sensors_version_minor().xfce4_sensors_version_micro()ifelse(xfce4_sensors_version_nano(), [], [], [.xfce4_sensors_version_nano()])ifelse(xfce4_sensors_version_tag(), [git], [xfce4_sensors_version_tag()-xfce4_sensors_version_build()], [xfce4_sensors_version_tag()])])
 
 
diff --git a/ltmain.sh b/ltmain.sh
index 147d758..a736cf9 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -31,7 +31,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.6 Debian-2.4.6-0.1"
+VERSION="2.4.6 Debian-2.4.6-2"
 package_revision=2.4.6
 
 
@@ -2068,7 +2068,7 @@ include the following information:
        compiler:       $LTCC
        compiler flags: $LTCFLAGS
        linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU libtool) 2.4.6
+       version:        $progname $scriptversion Debian-2.4.6-2
        automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
        autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
 
diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index 375cef6..b6d8f90 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -645,6 +645,7 @@ sensors_set_text_panel_label (t_sensors *sensors, gint numCols, gint itemsToDisp
                                             chipfeature->formatted_value,
                                             NULL);
                                               
+                  g_free(myLabelText);
                   myLabelText = g_strconcat (tmpstring,
                                               "</span>", NULL);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list