diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-02 08:32:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-02 08:32:57 +0000 |
commit | ae728969f2c0c4d6e4d0c6845f434bdead7c22df (patch) | |
tree | 128d087484045167f28c93149ed8faebd1532e2e /perl-install/standalone/drakups | |
parent | 68490488f56ca52e8189795c90c9212df12824a5 (diff) | |
download | drakx-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/drakups')
-rwxr-xr-x | perl-install/standalone/drakups | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index 5dbd6f6de..ca2d7f1bf 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -200,7 +200,7 @@ sub edit_row { # create new item if needed (that is when adding a new one) at end of list $iter ||= $model->append; my $dialog = Gtk2::Dialog->new; - $dialog->set_transient_for($w->{real_window}) unless $::isEmbedded; + $dialog->set_transient_for($w->{real_window}); $dialog->set_modal(1); gtkpack_($dialog->vbox, |