From 6342a671e0db46092d4889f3d7f18950aac8f966 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Sep 2008 15:35:06 +0000 Subject: (ask_browse_tree_info) increase help popup size when browsing services or packages at install time --- perl-install/install/NEWS | 1 + perl-install/ugtk2.pm | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 605cc6a31..5910c8d8a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,7 @@ (using a more powerful strategy to ensure such blocking wait_message won't bother us anymore) - fix sizing some label (workarounding infamous 6 years old gnome bug #101968) +- increase help popup size when browsing services or packages Version 11.33.1 - 2 September 2008 diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 042a6f2ff..ba2bb9855 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -935,7 +935,11 @@ sub ask_browse_tree_info { ])); gtkpack__($box2, gtknew(($::isInstall ? 'Install_Button' : 'Button'), text => N("Help"), clicked => sub { + if (defined $::o) { + $::o->ask_warn(N("Help"), $common->{interactive_help}->()); + } else { ask_warn(N("Help"), $common->{interactive_help}->()); + } })) if $common->{interactive_help}; #gtkpack__($box2, my $toolbar = Gtk2::Toolbar->new('horizontal', 'icons')); -- cgit v1.2.1