[Goodies-commits] r4948 - in xfce4-sensors-plugin/trunk: . panel-plugin

Fabian Nowak timystery at xfce.org
Mon Jun 16 23:26:31 CEST 2008


Author: timystery
Date: 2008-06-16 21:26:31 +0000 (Mon, 16 Jun 2008)
New Revision: 4948

Modified:
   xfce4-sensors-plugin/trunk/ChangeLog
   xfce4-sensors-plugin/trunk/panel-plugin/hddtemp.c
Log:
modified changelog and removed printf(*NULL) from beug ouput in hddtemp.c:320


Modified: xfce4-sensors-plugin/trunk/ChangeLog
===================================================================
--- xfce4-sensors-plugin/trunk/ChangeLog	2008-06-16 21:20:02 UTC (rev 4947)
+++ xfce4-sensors-plugin/trunk/ChangeLog	2008-06-16 21:26:31 UTC (rev 4948)
@@ -1,5 +1,6 @@
 2008-06-16 timystery
     * added switch to suppress hddtemp error dialog
+    * moved description of chosen sensor to bottom of combobox
 
 2008-06-13 timystery
     * added ability to not display units in text view

Modified: xfce4-sensors-plugin/trunk/panel-plugin/hddtemp.c
===================================================================
--- xfce4-sensors-plugin/trunk/panel-plugin/hddtemp.c	2008-06-16 21:20:02 UTC (rev 4947)
+++ xfce4-sensors-plugin/trunk/panel-plugin/hddtemp.c	2008-06-16 21:26:31 UTC (rev 4948)
@@ -317,13 +317,13 @@
     gboolean result, nevershowagain;
     GError *error;
 
-    TRACE ("enters get_hddtemp_value for %s with suppress=%d", disk, *suppressmessage);
-
     if (suppressmessage!=NULL)
         nevershowagain = *suppressmessage;
     else
         nevershowagain = FALSE;
 
+    TRACE ("enters get_hddtemp_value for %s with suppress=%d", disk, nevershowagain); /* *suppressmessage); */
+
     cmd_line = g_strdup_printf ( "%s -n -q %s", PATH_HDDTEMP, disk);
 
     msg_text = NULL;




More information about the Goodies-commits mailing list