diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2012-12-10 03:40:16 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-24 21:28:34 +0100 |
commit | 1b6efe263d08b0d2c7b42be4f7ea80e1eef1ba84 (patch) | |
tree | e49636a55fd8d57817af5ee2c894c7a81d53e519 /perl-install/install/gtk.pm | |
parent | 49671c053c9f4f8c9d7bf9f02e60ab7491a2fcc9 (diff) | |
download | drakx-1b6efe263d08b0d2c7b42be4f7ea80e1eef1ba84.tar drakx-1b6efe263d08b0d2c7b42be4f7ea80e1eef1ba84.tar.gz drakx-1b6efe263d08b0d2c7b42be4f7ea80e1eef1ba84.tar.bz2 drakx-1b6efe263d08b0d2c7b42be4f7ea80e1eef1ba84.tar.xz drakx-1b6efe263d08b0d2c7b42be4f7ea80e1eef1ba84.zip |
switch from gtk+-2 to gtk+-3
include introspection stuff
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index dedb66af2..714a56022 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -186,7 +186,7 @@ sub update_steps_position { sub init_gtk { my ($o) = @_; - symlink("/tmp/stage2/etc/$_", "/etc/$_") foreach qw(gtk-2.0 pango fonts); + symlink("/tmp/stage2/etc/$_", "/etc/$_") foreach qw(gtk-3.0 pango fonts); if ($o->{vga16}) { #- inactivate antialias in VGA16 because it makes fonts look worse |