summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');