summaryrefslogtreecommitdiff
path: root/community/xsensors
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-12-01 14:10:29 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-12-01 14:10:29 +0000
commitbc0657f7159d0b01373ecb59afc426b98a172b1e (patch)
tree7fba1eb77eb1a2965fe5f3ed72cc77aa63d14f40 /community/xsensors
parentfd115d7057eb8243df6edfaf1ed440d6f3e70692 (diff)
Thu Dec 1 14:10:27 UTC 2011
Diffstat (limited to 'community/xsensors')
-rw-r--r--community/xsensors/fix-deprecated-GTK_WIDGET_STATE-call.diff39
1 files changed, 0 insertions, 39 deletions
diff --git a/community/xsensors/fix-deprecated-GTK_WIDGET_STATE-call.diff b/community/xsensors/fix-deprecated-GTK_WIDGET_STATE-call.diff
deleted file mode 100644
index 9e95c8e38..000000000
--- a/community/xsensors/fix-deprecated-GTK_WIDGET_STATE-call.diff
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -U 3 -d -r -N -- xsensors-0.70/src/gui.c xsensors-0.70-fixed/src/gui.c
---- xsensors-0.70/src/gui.c 2010-02-03 04:55:57.000000000 +0100
-+++ xsensors-0.70-fixed/src/gui.c 2010-07-14 10:51:42.161429477 +0200
-@@ -84,7 +84,7 @@
- while ( *digit ) {
- get_pm_location( *digit, &x, &y, &w );
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, x, y + highLow,
- pos, 0, w, 30 );
- pos += w;
-@@ -121,7 +121,7 @@
-
- /* Display RPM */
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, 0, 120 + highLow,
- 90, 0, 57, 30 );
- break;
-@@ -142,7 +142,7 @@
- else
- x = 57;
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, x, 60 + highLow,
- 96, 0, 57, 30 );
-
-@@ -158,7 +158,7 @@
-
- /* Display V */
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, 114, 60 + highLow,
- 96, 0, 57, 30 );
-