summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-10 11:31:15 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-12-20 10:25:03 +0100
commitfb7297f0bca6079722ebd343c165de110565201a (patch)
treef72ebe6aeb70127746efe6bff95287c66d1ab786 /control-center
parent225a32fe17fa4221b8b08cc503e840359dd592df (diff)
downloadcontrol-center-fb7297f0bca6079722ebd343c165de110565201a.tar
control-center-fb7297f0bca6079722ebd343c165de110565201a.tar.gz
control-center-fb7297f0bca6079722ebd343c165de110565201a.tar.bz2
control-center-fb7297f0bca6079722ebd343c165de110565201a.tar.xz
control-center-fb7297f0bca6079722ebd343c165de110565201a.zip
perl_checker cleanup
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index e2cc0d4b..8ebb258a 100755
--- a/control-center
+++ b/control-center
@@ -90,7 +90,7 @@ mygtk3::import_style_ressources();
my $css = find { -r $_ } ("$themes_dir/$theme/mcc.css", if_($theme ne 'default', "$themes_dir/default/mcc.css"));
my $pl = Gtk3::CssProvider->new;
$pl->load_from_path($css);
-my $cx = Gtk3::StyleContext::add_provider_for_screen(Gtk3::Gdk::Screen::get_default(), $pl, Gtk3::STYLE_PROVIDER_PRIORITY_APPLICATION);
+Gtk3::StyleContext::add_provider_for_screen(Gtk3::Gdk::Screen::get_default(), $pl, Gtk3::STYLE_PROVIDER_PRIORITY_APPLICATION);
my $branding = N("Mageia");
my $product_id = common::parse_LDAP_namespace_structure(cat_('/etc/product.id'));