ToastFreeware
/
gregoa
/
zavai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Facility for acking/unacking log entries
[gregoa/zavai.git]
/
src
/
app_gsm.vala
diff --git
a/src/app_gsm.vala
b/src/app_gsm.vala
index ae7562ed32bb87c4855fcf397ea5b32181d44dc9..77abd41f0da6f728a7f90eb80380e75f13509f54 100644
(file)
--- a/
src/app_gsm.vala
+++ b/
src/app_gsm.vala
@@
-27,6
+27,7
@@
namespace gsm {
public void init()
{
// Menus
public void init()
{
// Menus
+ zavai.menu_gsm.add_service_toggle(zavai.gsm.gsm, "Start GSM", "Stop GSM");
zavai.menu_gsm.add_service_toggle(zavai.gsm.gprs, "Start GPRS", "Stop GPRS");
}
zavai.menu_gsm.add_service_toggle(zavai.gsm.gprs, "Start GPRS", "Stop GPRS");
}