The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit f3ff5e083a6e89861db5fce9eea4532504f8341d
Merge: 4df9eb3 e0787e8
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Tue Sep 25 17:01:39 2012 +0200

    Merge branch 'master' of git.lyx.org:lyx


commit 4df9eb36a05c037bb4b191677de3a348d45456a4
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Tue Sep 25 17:01:23 2012 +0200

    Remove annoying warning

diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py
index 09ac3a9..71849ce 100755
--- a/lib/scripts/lyxpreview2bitmap.py
+++ b/lib/scripts/lyxpreview2bitmap.py
@@ -367,8 +367,7 @@ def main(argv):
     progress("Altering the latex file for font size and colors")
 
     # Omit font size specification in latex file.
-    if not fix_latex_file(latex_file):
-        warning("Unable to remove font size from the latex file")
+    fix_latex_file(latex_file)
 
     if lilypond:
         progress("Preprocess the latex file through %s" % lilypond_book)

-----------------------------------------------------------------------

Summary of changes:
 lib/scripts/lyxpreview2bitmap.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to