mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +02:00
disable http requests
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
This commit is contained in:
parent
4285b507c2
commit
22229d7f14
12
stardict/patches/030-disable-networking.patch
Normal file
12
stardict/patches/030-disable-networking.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ruN a/src/conf.cpp b/src-b/conf.cpp
|
||||
--- a/src/conf.cpp 2010-03-05 18:16:47.000000000 +0100
|
||||
+++ b/src/conf.cpp 2010-03-05 18:16:40.000000000 +0100
|
||||
@@ -56,7 +56,7 @@
|
||||
#else
|
||||
add_entry("/apps/stardict/preferences/dictionary/use_custom_font", false);
|
||||
#endif
|
||||
- add_entry("/apps/stardict/preferences/network/enable_netdict", true);
|
||||
+ add_entry("/apps/stardict/preferences/network/enable_netdict", false);
|
||||
// Default stardictd server.
|
||||
add_entry("/apps/stardict/preferences/network/server", std::string(_("dict.stardict.org")));
|
||||
add_entry("/apps/stardict/preferences/network/port", 2628);
|
Loading…
Reference in New Issue
Block a user