From 7483aba771482effd795103fda9c294eeb8d0cf6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 2 Aug 2002 10:53:18 +0000 Subject: adapt to new drakxtools standalone.pm which sets $::isEmbedded itself and removing --embedded from @ARGV --- menus_launcher.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'menus_launcher.pl') diff --git a/menus_launcher.pl b/menus_launcher.pl index b4482b4a..1054508c 100755 --- a/menus_launcher.pl +++ b/menus_launcher.pl @@ -27,7 +27,6 @@ sub translate { } my $_bindir = "/usr/bin/"; -$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; my $window = $::isEmbedded ? new Gtk::Plug ($::XID) : new Gtk::Window -toplevel; $window->signal_connect ( delete_event => \&quit_global ); my $vbox = new Gtk::VBox(0,0); -- cgit v1.2.1