aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-14 12:00:13 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-14 12:00:13 +0000
commit92d6e9b7da1d3769cdf52fc5ad139ed1c3bc3c15 (patch)
treecaff9a56a56876160131d22aeed087ded6c94ad8 /rpmdrake.pm
parente3ca7b22584b7e0f22d83a5d4fd8502d0c54cfbc (diff)
downloadrpmdrake-92d6e9b7da1d3769cdf52fc5ad139ed1c3bc3c15.tar
rpmdrake-92d6e9b7da1d3769cdf52fc5ad139ed1c3bc3c15.tar.gz
rpmdrake-92d6e9b7da1d3769cdf52fc5ad139ed1c3bc3c15.tar.bz2
rpmdrake-92d6e9b7da1d3769cdf52fc5ad139ed1c3bc3c15.tar.xz
rpmdrake-92d6e9b7da1d3769cdf52fc5ad139ed1c3bc3c15.zip
(interactive_msg) kill frame around TextView
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 5baee29e..cd338029 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -210,10 +210,9 @@ sub interactive_msg {
if_($banner, 0, $banner),
1,
(
- $options{scroll} ? gtkadd(
- gtkset_shadow_type(Gtk2::Frame->new, 'in'),
- ($text_w = create_scrolled_window(gtktext_insert(Gtk2::TextView->new, $contents))),
- ) : ($text_w = Gtk2::WrappedLabel->new($contents))
+ $options{scroll} ?
+ ($text_w = create_scrolled_window(gtktext_insert(Gtk2::TextView->new, $contents)))
+ : ($text_w = Gtk2::WrappedLabel->new($contents))
),
if_($options{widget}, 0, $options{widget}),
0,