[latexdraw] 14/147: * disable auto-update feature for newer versions of latexdraw
Stuart Prescott
stuart at debian.org
Thu Nov 24 23:53:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
stuart pushed a commit to branch master
in repository latexdraw.
commit 3c8fd91d1ac29d8dbb7fe38f886e6afcdbd39253
Author: Stuart Prescott <stuart at debian.org>
Date: Tue Oct 23 00:06:28 2007 +0000
* disable auto-update feature for newer versions of latexdraw
---
latexDraw/ui/LaTeXDrawFrame.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latexDraw/ui/LaTeXDrawFrame.java b/latexDraw/ui/LaTeXDrawFrame.java
index 33a8b9d..297c7e5 100644
--- a/latexDraw/ui/LaTeXDrawFrame.java
+++ b/latexDraw/ui/LaTeXDrawFrame.java
@@ -67,7 +67,7 @@ public final class LaTeXDrawFrame extends JFrame implements ActionListener, Item
private static final long serialVersionUID = 1L;
/** To change if update is needed or not. */
- public static final boolean WITH_UPDATE = true;
+ public static final boolean WITH_UPDATE = false;
public static final Insets INSET_BUTTON = new Insets(1,1,1,1);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git
More information about the pkg-java-commits
mailing list