summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 4001d7fa1..fb3b04294 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -154,7 +154,7 @@ sub _gtk__Install_Button {
gtknew('Label', text => delete $opts->{text}),
],
);
- $opts->{relief} = 'none' if $::isInstall;
+ $opts->{relief} = 'none';
_gtk__Button($w, $opts, 'Button');
}