ToastFreeware
/
gregoa
/
zavai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8ed83
)
Put the t-mobile APN in the config
author
Enrico Zini
<enrico@enricozini.org>
Fri, 9 Oct 2009 20:38:10 +0000
(21:38 +0100)
committer
Enrico Zini
<enrico@enricozini.org>
Fri, 9 Oct 2009 20:38:10 +0000
(21:38 +0100)
src/config.vala
patch
|
blob
|
history
diff --git
a/src/config.vala
b/src/config.vala
index d73171653f3746fbd0c2d927ec08455d1375b080..a24ffeb83fd347a9ae1d116d7440135bca3adbce 100644
(file)
--- a/
src/config.vala
+++ b/
src/config.vala
@@
-37,7
+37,7
@@
public class Config
homedir = GLib.Environment.get_home_dir() + "/.zavai";
icondir = "./icons";
min_button_height = 80;
- gprs_apn = "";
+ gprs_apn = "
general.t-mobile.uk
";
gprs_user = "x";
gprs_pass = "x";
}