[Pkg-xfce-commits] r4696 - in goodies/branches/experimental/xfce4-diskperf-plugin/debian: . patches

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sat Dec 11 06:57:59 UTC 2010


Author: mrpouit-guest
Date: 2010-12-11 18:57:57 +0000 (Sat, 11 Dec 2010)
New Revision: 4696

Added:
   goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/03_apply-colors-at-startup.patch
Modified:
   goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog
   goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/series
Log:
* debian/patches:
  - 03_apply-colors-at-startup.patch: added, fixes missing colors on restart.
  - series: refreshed.

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog	2010-12-11 13:40:01 UTC (rev 4695)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog	2010-12-11 18:57:57 UTC (rev 4696)
@@ -19,6 +19,9 @@
   [ Lionel Le Folgoc ]
   * debian/rules: clean up autogenerated files changed by xdt-autogen.
   * debian/control: add myself to Uploaders.
+  * debian/patches:
+    - 03_apply-colors-at-startup.patch: added, fixes missing colors on restart.
+    - series: refreshed.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Thu, 25 Nov 2010 11:41:07 +0100
 

Added: goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/03_apply-colors-at-startup.patch
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/03_apply-colors-at-startup.patch	                        (rev 0)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/03_apply-colors-at-startup.patch	2010-12-11 18:57:57 UTC (rev 4696)
@@ -0,0 +1,21 @@
+From 3e94c2c0f40f81098676c6839b5f6feb357307da Mon Sep 17 00:00:00 2001
+From: Landry Breuil <landry at rhaalovely.net>
+Date: Sat, 23 Jan 2010 11:59:51 +0000
+Subject: Apply color settings upon plugin startup.
+
+From Launchpad #232123, fwded' by Lionel Le Folgoc, thanks!
+---
+diff --git a/panel-plugin/main.c b/panel-plugin/main.c
+index fe6d508..b43201b 100644
+--- a/panel-plugin/main.c
++++ b/panel-plugin/main.c
+@@ -553,6 +553,7 @@ static void diskperf_read_config (XfcePanelPlugin *plugin,
+     if ((value = xfce_rc_read_entry (rc, (CONF_READ_WRITE_COLOR), NULL))) {
+         gdk_color_parse (value, poConf->aoColor + RW_DATA);
+     }
++    SetMonitorBarColor (poPlugin);
+ 
+     xfce_rc_close (rc);
+ }				/* diskperf_read_config() */
+--
+cgit v0.8.3.4

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/series	2010-12-11 13:40:01 UTC (rev 4695)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/patches/series	2010-12-11 18:57:57 UTC (rev 4696)
@@ -1,2 +1,3 @@
 01_fix-linking-libxfcegui4.patch
 02_fix-libtool.patch
+03_apply-colors-at-startup.patch




More information about the Pkg-xfce-commits mailing list