From 6b3e57501beee20cd8f9b0143d9954a3fa781ef0 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sat, 8 Mar 2014 18:01:05 +0100 Subject: Added dialog to say that configuration is not saved atm --- lib/AdminPanel/Module/AdminMouse.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/AdminPanel/Module/AdminMouse.pm b/lib/AdminPanel/Module/AdminMouse.pm index 9e4e37c..79f59bd 100644 --- a/lib/AdminPanel/Module/AdminMouse.pm +++ b/lib/AdminPanel/Module/AdminMouse.pm @@ -269,6 +269,8 @@ sub _adminMouseDialog { # mouse::write_conf($in->do_pkgs, $modules_conf, $mouse, 1); system('systemctl', 'try-restart', 'gpm.service') if -e '/usr/lib/systemd/system/gpm.service'; + AdminPanel::Shared::infoMsgBox(N("Not implemented yet: configuration is not changed")); + $dialog->destroy(); #restore old application title -- cgit v1.2.1