aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-02-22 11:28:36 +0000
committerThierry Vignaud <tv@mandriva.org>2007-02-22 11:28:36 +0000
commit13661f6b0debb40f4d474712c0d1e67934e6ea6f (patch)
tree6183e5c1b6f4616e423382701382301dbfcef4b8 /Rpmdrake/edit_urpm_sources.pm
parent49218783a476373d4cc8b3e3fbf2516985b089db (diff)
downloadrpmdrake-13661f6b0debb40f4d474712c0d1e67934e6ea6f.tar
rpmdrake-13661f6b0debb40f4d474712c0d1e67934e6ea6f.tar.gz
rpmdrake-13661f6b0debb40f4d474712c0d1e67934e6ea6f.tar.bz2
rpmdrake-13661f6b0debb40f4d474712c0d1e67934e6ea6f.tar.xz
rpmdrake-13661f6b0debb40f4d474712c0d1e67934e6ea6f.zip
(mainwindow) make it modal and set transient hint (usefull now that it's
embedded into rpmdrake)
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rwxr-xr-xRpmdrake/edit_urpm_sources.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index a8c7f8c1..9c2b756c 100755
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -887,7 +887,7 @@ sub keys_callback() {
}
sub mainwindow() {
- $mainw = ugtk2->new(N("Configure media"), center => 1);
+ $mainw = ugtk2->new(N("Configure media"), center => 1, transient => $::main_window, modal => 1);
$::main_window = $mainw->{real_window};
my $list = Gtk2::ListStore->new("Glib::Boolean", "Glib::Boolean", "Glib::String");