From 9d4e41ec40f97ba21f7737191f83156384404020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 28 May 2016 18:15:19 +0200 Subject: Install drakconf icon to hicolor (with SVG) Allows to use scalable graphics unlike icons/{,large,mini} (mga#18066) --- control-center | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'control-center') diff --git a/control-center b/control-center index b45974d7..caf48ff1 100755 --- a/control-center +++ b/control-center @@ -594,7 +594,7 @@ if ($geometry) { } $window_global->resize(max($default_width, $h{WIDTH}, $min_width), max($h{HEIGTH}, $default_height, $min_height)); -$window_global->set_icon(gtkcreate_pixbuf("/usr/share/icons/drakconf.png")); +$window_global->set_icon(gtkcreate_pixbuf("/usr/share/icons/hicolor/32x32/apps/drakconf.png")); my $pending_app = 0; @@ -755,7 +755,7 @@ foreach my $notebook ($banner_notebook) { # banner : -#add2notebook($banner_notebook, "", Gtk3::Banner->new("/usr/share/icons/large/drakconf.png", +#add2notebook($banner_notebook, "", Gtk3::Banner->new("/usr/share/icons/hicolor/48x48/apps/drakconf.png", # N("Welcome to the %s Control Center", $branding))); @@ -1462,7 +1462,7 @@ sub about_mga_cc() { $list->get_selection->set_mode('none'); gtkpack_($window_about->get_child, - (0, Gtk3::Banner->new('/usr/share/icons/large/drakconf.png', + (0, Gtk3::Banner->new('/usr/share/icons/hicolor/48x48/apps/drakconf.png', #-PO: Here, first %s will be replaced by 'Mageia' #-PO: second %s will be replaced by the version (eg: "Mageia 1 (Free) Control Center") N("%s %s (%s) Control Center", -- cgit v1.2.1