summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-03-29 22:48:39 +0000
committerdamien <damien@mandriva.com>2001-03-29 22:48:39 +0000
commit5f12d99194176acc2e3f1badb6fd3bb6441fed40 (patch)
treef70e29e39457ab74e83286a2a945db8b53c088e7
parent5a7b0196817ffb8f1bb1cf67ea04b7524b2ba9c1 (diff)
downloadcontrol-center-5f12d99194176acc2e3f1badb6fd3bb6441fed40.tar
control-center-5f12d99194176acc2e3f1badb6fd3bb6441fed40.tar.gz
control-center-5f12d99194176acc2e3f1badb6fd3bb6441fed40.tar.bz2
control-center-5f12d99194176acc2e3f1badb6fd3bb6441fed40.tar.xz
control-center-5f12d99194176acc2e3f1badb6fd3bb6441fed40.zip
updated
-rwxr-xr-xcontrol-center1
1 files changed, 0 insertions, 1 deletions
diff --git a/control-center b/control-center
index b1a343b2..b570176a 100755
--- a/control-center
+++ b/control-center
@@ -420,7 +420,6 @@ sub exec_treeitem {
$vbox->pack_start( new Gtk::Label (_("The application cannot be loaded,\nthe file '%s' has not be found.\nTry to install it.", $exec_string)), 1, 0, 0);
$vbox->show_all;
$notebook_global->append_page($vbox, "");
- $pid_launched[$nb_pages] = undef;
$nb_pages++;
$tree_launched{$label}->[0]=$nb_pages;
$notebook_global->set_page($nb_pages);