summaryrefslogtreecommitdiffstats
path: root/menus_launcher.pl
diff options
context:
space:
mode:
Diffstat (limited to 'menus_launcher.pl')
-rwxr-xr-xmenus_launcher.pl1
1 files changed, 0 insertions, 1 deletions
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);