summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 19fd2269e..157660561 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -332,7 +332,7 @@ sub create_box_with_title {
my ($txt) = @_;
ref($txt) ? $txt : gtknew('WrappedLabel', text => $txt);
};
- if ($o->{icon} && (!$::isWizard || $::isInstall)) {
+ if (0 && ($o->{icon} && !$::isWizard || $::isInstall)) {
gtkpack__($box,
gtknew('HBox', children => [
0, gtknew('VBox', width => 15),