[Goodies-commits] r6130 - xfce4-sensors-plugin/trunk/src

Fabian Nowak timystery at xfce.org
Mon Nov 17 22:47:49 CET 2008


Author: timystery
Date: 2008-11-17 21:47:49 +0000 (Mon, 17 Nov 2008)
New Revision: 6130

Modified:
   xfce4-sensors-plugin/trunk/src/callbacks.c
Log:
reallow update of sensor description label


Modified: xfce4-sensors-plugin/trunk/src/callbacks.c
===================================================================
--- xfce4-sensors-plugin/trunk/src/callbacks.c	2008-11-17 14:12:47 UTC (rev 6129)
+++ xfce4-sensors-plugin/trunk/src/callbacks.c	2008-11-17 21:47:49 UTC (rev 6130)
@@ -80,9 +80,8 @@
 
     chip = (t_chip *) g_ptr_array_index (sd->sensors->chips,
                                          gtk_combo_box_active);
-    /*
+
     gtk_label_set_label (GTK_LABEL(sd->mySensorLabel), chip->description);
-    * */
 
     gtk_tree_view_set_model (GTK_TREE_VIEW (sd->myTreeView),
                     GTK_TREE_MODEL ( sd->myListStore[gtk_combo_box_active] ) );




More information about the Goodies-commits mailing list