diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-03-08 18:01:05 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-03-08 18:01:05 +0100 |
commit | 6b3e57501beee20cd8f9b0143d9954a3fa781ef0 (patch) | |
tree | e5507d375ad0f1e011cb866d9e2fbdf9f83fff0c /lib/AdminPanel | |
parent | 69bdd479ccd151b5c80cb72390679b22bd3aa286 (diff) | |
download | manatools-6b3e57501beee20cd8f9b0143d9954a3fa781ef0.tar manatools-6b3e57501beee20cd8f9b0143d9954a3fa781ef0.tar.gz manatools-6b3e57501beee20cd8f9b0143d9954a3fa781ef0.tar.bz2 manatools-6b3e57501beee20cd8f9b0143d9954a3fa781ef0.tar.xz manatools-6b3e57501beee20cd8f9b0143d9954a3fa781ef0.zip |
Added dialog to say that configuration is not saved atm
Diffstat (limited to 'lib/AdminPanel')
-rw-r--r-- | lib/AdminPanel/Module/AdminMouse.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/AdminPanel/Module/AdminMouse.pm b/lib/AdminPanel/Module/AdminMouse.pm index 9e4e37c0..79f59bd3 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 |