summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-22 18:45:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-22 18:45:49 +0000
commitf2ca9ed86130f1be3363ef58eeb4ec25c0283bf8 (patch)
tree7d1b2e2e79ec3cd188a43d63da4a83152b1ecc91 /perl-install/ugtk2.pm
parent5dc93357aec6842881a25b9ee39536c6927f9fca (diff)
downloaddrakx-backup-do-not-use-f2ca9ed86130f1be3363ef58eeb4ec25c0283bf8.tar
drakx-backup-do-not-use-f2ca9ed86130f1be3363ef58eeb4ec25c0283bf8.tar.gz
drakx-backup-do-not-use-f2ca9ed86130f1be3363ef58eeb4ec25c0283bf8.tar.bz2
drakx-backup-do-not-use-f2ca9ed86130f1be3363ef58eeb4ec25c0283bf8.tar.xz
drakx-backup-do-not-use-f2ca9ed86130f1be3363ef58eeb4ec25c0283bf8.zip
allow using {real_window} instead of {rwindow}{real_window}
(esp. for set_transient_for for which we can't easily do some magic)
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 792462ca4..2721fa1fe 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -845,6 +845,7 @@ sub new {
);
$o->{rwindow} = $o->{window} = $window;
+ $o->{real_window} = $window->{real_window};
$o->{pop_it} = $window->{pop_it};
$o;