[Pkg-xfce-commits] r240 -
goodies/xfce4-sensors-plugin/debian/patches
Stefan Ott
cockroach-guest at costa.debian.org
Sun Sep 18 15:58:33 UTC 2005
Author: cockroach-guest
Date: 2005-09-18 15:58:33 +0000 (Sun, 18 Sep 2005)
New Revision: 240
Removed:
goodies/xfce4-sensors-plugin/debian/patches/00list
goodies/xfce4-sensors-plugin/debian/patches/01_treeview.dpatch
Log:
Removed patches
Deleted: goodies/xfce4-sensors-plugin/debian/patches/00list
===================================================================
--- goodies/xfce4-sensors-plugin/debian/patches/00list 2005-09-11 10:50:16 UTC (rev 239)
+++ goodies/xfce4-sensors-plugin/debian/patches/00list 2005-09-18 15:58:33 UTC (rev 240)
@@ -1 +0,0 @@
-01_treeview
Deleted: goodies/xfce4-sensors-plugin/debian/patches/01_treeview.dpatch
===================================================================
--- goodies/xfce4-sensors-plugin/debian/patches/01_treeview.dpatch 2005-09-11 10:50:16 UTC (rev 239)
+++ goodies/xfce4-sensors-plugin/debian/patches/01_treeview.dpatch 2005-09-18 15:58:33 UTC (rev 240)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_treeview.dpatch by <stefan at desire.ch>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix for the treeview crash when no sensors were available
-
- at DPATCH@
---- xfce4-sensors-plugin-0.6.1.orig/panel-plugin/sensors.c.old
-+++ xfce4-sensors-plugin-0.6.1/panel-plugin/sensors.c
-@@ -1511,7 +1511,8 @@
- gtk_combo_box_append_text ( GTK_COMBO_BOX(sd->myComboBox),
- sd->sensors->sensorId[0] );
- sd->myListStore[0] = gtk_tree_store_new (6, G_TYPE_STRING,
-- G_TYPE_STRING, G_TYPE_BOOLEAN, G_TYPE_STRING);
-+ G_TYPE_STRING, G_TYPE_BOOLEAN, G_TYPE_STRING,
-+ G_TYPE_INT, G_TYPE_INT);
- sd->sensors->sensorValues[0][0] =
- g_strdup_printf("%+5.2f", 0.0);
- sd->sensors->sensorRawValues[0][0] = 0.0;
More information about the Pkg-xfce-commits
mailing list