File: 30_disable_update_check.patch

package info (click to toggle)
freeplane 1.7.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 36,384 kB
  • sloc: java: 131,702; xml: 2,380; javascript: 409; sh: 177; perl: 138; makefile: 28
file content (26 lines) | stat: -rw-r--r-- 949 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Disable update check (automatically and in menu)
Author: Felix Natter <fnatter@gmx.net>
Forwarded: not-needed
Last-Update: 2018-09-15
--- a/freeplane/src/viewer/resources/freeplane.properties
+++ b/freeplane/src/viewer/resources/freeplane.properties
@@ -179,7 +179,7 @@
 browsemode_initial_map=map.mm
 bugTrackerLocation=http\://www.freeplane.org/bugs
 center_selected_node=false
-check_updates_automatically=true
+check_updates_automatically=false
 compare_as_number=true
 connector_alpha=200
 connector_shape=CUBIC_CURVE
--- a/freeplane/src/external/resources/xml/mindmapmodemenu.xml
+++ b/freeplane/src/external/resources/xml/mindmapmodemenu.xml
@@ -508,7 +508,7 @@
 			<Entry builder="separator" />
 		</Entry>
 		<Entry name="help">
-			<Entry name="UpdateCheckAction" />
+			<!--<Entry name="UpdateCheckAction" />-->
 			<Entry builder="separator" />
 			<Entry name="web_resources">
 				<Entry name="OpenFreeplaneSiteAction" />