diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-07-08 14:41:12 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-07-08 14:41:12 +0000 |
commit | 307de6b8e4a0b37bc07449100e73674f3fa65617 (patch) | |
tree | 5eecfa3dde41cd46b3789d6dd9d58ea36ac05360 | |
parent | dee6cbaeafba78e97f4c7f8c2420f80e95d3d4e5 (diff) | |
download | drakx-307de6b8e4a0b37bc07449100e73674f3fa65617.tar drakx-307de6b8e4a0b37bc07449100e73674f3fa65617.tar.gz drakx-307de6b8e4a0b37bc07449100e73674f3fa65617.tar.bz2 drakx-307de6b8e4a0b37bc07449100e73674f3fa65617.tar.xz drakx-307de6b8e4a0b37bc07449100e73674f3fa65617.zip |
always display ok_cancel button
-rw-r--r-- | perl-install/standalone/draknfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index 6e7e3b763..cfc375e0d 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -578,7 +578,7 @@ $W->add(gtkpack_(Gtk2::VBox->new(0,0), }), ), ), - if_(!$::isEmbedded, 0, $okcancel), + 0, $okcancel, ), ); |