summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55f1b53)
raw | patch | inline | side by side (parent: 55f1b53)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 17:27:47 +0000 (17:27 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 17:27:47 +0000 (17:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9404 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_activate.inc | patch | blob | history | |
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_lock.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_activate.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_activate.inc
index 7300c35eabb4f18107cddcd20164ea775878e700..af023a6ddf97960aaead63a2eb1789f07ef2acfd 100644 (file)
$this->s_Event_Name = _("Activate");
$this->s_Schedule_Action = "job_trigger_action_activate";
$this->s_Trigger_Action= "gosa_trigger_action_activate";
- $this->s_Queued_Action= "trigger_action_reboot";
+ $this->s_Queued_Action= "trigger_action_activate";
$this->s_Menu_Image = "images/openlock.png";
$this->s_List_Image = "images/openlock.png";
}
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_lock.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_lock.inc
index 63c52ea6a4349507e587f9f54fb452080109855e..02100e0370ea6a676d6bcbcd1358d04f5e1e2f46 100644 (file)
$this->s_Event_Name = _("Lock");
$this->s_Schedule_Action = "job_trigger_action_lock";
$this->s_Trigger_Action= "gosa_trigger_action_lock";
- $this->s_Queued_Action= "trigger_action_reboot";
+ $this->s_Queued_Action= "trigger_action_lock";
$this->s_Menu_Image = "images/closedlock.png";
$this->s_List_Image = "images/closedlock.png";
}