From c9ee7bfb2ccfca8ccb0450fd16ed4b335ccf4914 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 1 Sep 2003 20:24:50 +0000 Subject: do not explicitely reject embedding there, it has to be done in mcc. else, mcc wait forever for rpmdrake to embed in, then display an error dialog explaining that rpmdrake has failled (since it exited before displaying anything in mcc...) --- perl-install/standalone/printerdrake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/standalone/printerdrake') diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index 7f67433c2..3d739d1d2 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -37,10 +37,6 @@ use Gtk2::Gdk::Keysyms; use modules; use c; -# Do not embed in mcc as the GTK2 main window is too big and the menues -# do not work in embedded mode -local $::isEmbedded = 0; - my $pixdir = '/usr/share/libDrakX/pixmaps/'; local $_ = join '', @ARGV; -- cgit v1.2.1