summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-05-02 08:32:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-05-02 08:32:57 +0000
commitae728969f2c0c4d6e4d0c6845f434bdead7c22df (patch)
tree128d087484045167f28c93149ed8faebd1532e2e /perl-install/standalone/draksec
parent68490488f56ca52e8189795c90c9212df12824a5 (diff)
downloaddrakx-ae728969f2c0c4d6e4d0c6845f434bdead7c22df.tar
drakx-ae728969f2c0c4d6e4d0c6845f434bdead7c22df.tar.gz
drakx-ae728969f2c0c4d6e4d0c6845f434bdead7c22df.tar.bz2
drakx-ae728969f2c0c4d6e4d0c6845f434bdead7c22df.tar.xz
drakx-ae728969f2c0c4d6e4d0c6845f434bdead7c22df.zip
embedding cleanups resulting in reusing main window icon in sub dialogs
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-xperl-install/standalone/draksec4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec
index a65a5ecf0..6bbbd817b 100755
--- a/perl-install/standalone/draksec
+++ b/perl-install/standalone/draksec
@@ -65,7 +65,7 @@ my %inv_fields = reverse %fields;
# factorize this with rpmdrake and harddrake2
sub wait_msg {
- my $mainw = ugtk2->new(N("Please wait"), (modal => 1, if_(!$::isEmbedded, transient => $w->{real_window})));
+ my $mainw = ugtk2->new(N("Please wait"), (modal => 1, transient => $w->{real_window}));
$mainw->{window}->add(Gtk2::WrappedLabel->new($_[0]));
$mainw->{rwindow}->show_all;
gtkset_mousecursor_wait($mainw->{rwindow}->window);
@@ -343,7 +343,7 @@ gtkpack_($vbox,
]
),
{ use_markup => 1,
- if_(!$::isEmbedded, transient => $w->{real_window}),
+ transient => $w->{real_window},
height => 400,
width => 600,
scroll => 1,