diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-24 07:37:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-24 07:37:48 +0000 |
commit | 4dd9866ad98490d1423b19a475c36cde402f3785 (patch) | |
tree | 492a535c567b1660ce2206fcfda192d453b8b99f /perl-install/interactive/gtk.pm | |
parent | 04a32a7f6b48a977c768d62a1c28f00958e0c9df (diff) | |
download | drakx-backup-do-not-use-4dd9866ad98490d1423b19a475c36cde402f3785.tar drakx-backup-do-not-use-4dd9866ad98490d1423b19a475c36cde402f3785.tar.gz drakx-backup-do-not-use-4dd9866ad98490d1423b19a475c36cde402f3785.tar.bz2 drakx-backup-do-not-use-4dd9866ad98490d1423b19a475c36cde402f3785.tar.xz drakx-backup-do-not-use-4dd9866ad98490d1423b19a475c36cde402f3785.zip |
first attempt at making printerdrake to behave smoother when embedded in the
mcc
Diffstat (limited to 'perl-install/interactive/gtk.pm')
-rw-r--r-- | perl-install/interactive/gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 5aeef16a9..867f34b92 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -696,6 +696,7 @@ sub ask_from__add_modify_removeW { sub wait_messageW($$$) { my ($o, $title, $messages) = @_; + local $::isEmbedded = 0; # to prevent sub window embedding my @l = map { Gtk2::Label->new(scalar warp_text($_)) } @$messages; my $w = ugtk2->new($title, %$o, grab => 1, if__($::main_window, transient => $::main_window)); |