summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-08 18:09:37 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-08 18:09:37 +0000
commitbb6d891b8c6c6db0bf8b20eb6dc2f8ded6e519e6 (patch)
treefac0248ee3dcff9ea2b531578ef4f14077c4c827 /docs
parentb8cb3272f5a12c46087c52d3cef120b46cb2d0ea (diff)
downloaddrakx-bb6d891b8c6c6db0bf8b20eb6dc2f8ded6e519e6.tar
drakx-bb6d891b8c6c6db0bf8b20eb6dc2f8ded6e519e6.tar.gz
drakx-bb6d891b8c6c6db0bf8b20eb6dc2f8ded6e519e6.tar.bz2
drakx-bb6d891b8c6c6db0bf8b20eb6dc2f8ded6e519e6.tar.xz
drakx-bb6d891b8c6c6db0bf8b20eb6dc2f8ded6e519e6.zip
no_comment
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 02f4d6fb9..adcb34de7 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -15,6 +15,8 @@ text install
(pix)Tree -> CTree, ``all'' branch with all packages
+install postfix in place of sendmail for security levels 4&5
+
update the list of modules (in update_kernel)
merge the install(1) of redhat
ndalone/printerdrake b/perl-install/standalone/printerdrake
index a60e11255..ce3e7b3d7 100755
--- a/perl-install/standalone/printerdrake
+++ b/perl-install/standalone/printerdrake
@@ -538,7 +538,7 @@ sub CreateTree {
sub NewDialog {
my ($title, $o_no_button) = @_;
my $dialog = gtkset_border_width(Gtk2::Dialog->new, 10);
- $dialog->set_transient_for($us->{wnd}{rwindow}) if !$isEmbedded;
+ $dialog->set_transient_for($us->{wnd}{real_window}) if !$isEmbedded;
$dialog->set_position('center-on-parent');
$dialog->set_title($title);
$dialog->action_area->pack_start(gtkadd(Gtk2::HButtonBox->new,