summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-02-27 07:42:11 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-02-27 07:42:11 +0000
commit17ae416516e5d8d3cab23782cf8059590aaa799c (patch)
treeb390a2a2457fb0bd28beb2c5e4b763e713e5aae4
parent3ec76d385e01fc4350b9242e6cbb99fb35e8493d (diff)
downloadcontrol-center-17ae416516e5d8d3cab23782cf8059590aaa799c.tar
control-center-17ae416516e5d8d3cab23782cf8059590aaa799c.tar.gz
control-center-17ae416516e5d8d3cab23782cf8059590aaa799c.tar.bz2
control-center-17ae416516e5d8d3cab23782cf8059590aaa799c.tar.xz
control-center-17ae416516e5d8d3cab23782cf8059590aaa799c.zip
(compute_exec_string) fix fading: reset background color to current theme
color on each run
-rwxr-xr-xcontrol-center1
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center
index 33489620..086da290 100755
--- a/control-center
+++ b/control-center
@@ -810,6 +810,7 @@ sub compute_exec_string {
$run_pixbuf = gtkcreate_pixbuf($icon . "_128");
$run_counter = 255;
$run_counter_add = -5;
+ undef $run_darea->{color};
$timeout = Glib::Timeout->add(35, sub {
my $style = $run_darea->{style} ||= $run_darea->get_style;
my $bg = $run_darea->{bg} ||= $style->bg('normal');