diff options
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r-- | rpmdrake.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 429c328e..a8eea29b 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -214,6 +214,7 @@ sub interactive_msg { ) ) : gtkpack(create_hbox(), Gtk2::WrappedLabel->new($contents)) ), + if_($options{widget}, 0, $options{widget}), 0, gtkpack( create_hbox(), |