summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-03-07 11:16:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-03-07 11:16:48 +0000
commit1f1427ab0a541868791a6ab6331d0e766361fe5d (patch)
treeea19e1a7bcf6c1e446fc63da1c730c56a9b3c6b9 /perl-install/install_gtk.pm
parentd45a7e6d1936fd1a1818648a357a7e854a3a5c67 (diff)
downloaddrakx-backup-do-not-use-1f1427ab0a541868791a6ab6331d0e766361fe5d.tar
drakx-backup-do-not-use-1f1427ab0a541868791a6ab6331d0e766361fe5d.tar.gz
drakx-backup-do-not-use-1f1427ab0a541868791a6ab6331d0e766361fe5d.tar.bz2
drakx-backup-do-not-use-1f1427ab0a541868791a6ab6331d0e766361fe5d.tar.xz
drakx-backup-do-not-use-1f1427ab0a541868791a6ab6331d0e766361fe5d.zip
- by default, gtk use /usr/share/themes/Galaxy/gtk-2.0/gtkrc,
so add this gtkrc to the install, and so no need to have galaxy settings in themes-galaxy.rc => this fixes the doc theme not having the good shapes for the buttons - fix the worst pb in themes-blue.rc (even if we don't use it)
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index 543edf386..e3b65e569 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -100,7 +100,7 @@ widget "*" style "default-font"
#------------------------------------------------------------------------------
sub default_theme {
my ($o) = @_;
- $::move ? '/usr/share/themes/Galaxy/gtk-2.0/gtkrc' :
+ $::move ? '' :
$o->{simple_themes} || $o->{vga16} ? 'blue' : 'galaxy';
}