The branch, xhtml/new_features/css-separate-directory, has been updated.

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

commit f6af215700d66c8ee6717dddcce6798b0d5dad65
Author: Josh Hieronymus <[email protected]>
Date:   Sat Jul 27 18:18:21 2013 -0400

    Fix typo preventing checkbox value from being written to file

diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp
index eae06a4..ea751e5 100644
--- a/src/BufferParams.cpp
+++ b/src/BufferParams.cpp
@@ -1177,7 +1177,7 @@ void BufferParams::writeFile(ostream & os) const
           << "\\output_changes " << convert<string>(outputChanges) << '\n'
           << "\\html_math_output " << html_math_output << '\n'
           << "\\html_css_as_file " << html_css_as_file << '\n'
-          << "\\html_css_in_separate_directory" << 
html_css_in_separate_directory << '\n'
+          << "\\html_css_in_separate_directory " << 
html_css_in_separate_directory << '\n'
           << "\\html_be_strict " << convert<string>(html_be_strict) << '\n';
 
        if (html_math_img_scale != 1.0)

commit e1ce8422e48393f4ece2451d578d921b911351e3
Author: Josh Hieronymus <[email protected]>
Date:   Sat Jul 27 08:52:37 2013 -0400

    Remove checked property from CSS checkbox

diff --git a/src/frontends/qt4/ui/OutputUi.ui b/src/frontends/qt4/ui/OutputUi.ui
index d29c524..db299e6 100644
--- a/src/frontends/qt4/ui/OutputUi.ui
+++ b/src/frontends/qt4/ui/OutputUi.ui
@@ -228,9 +228,6 @@
         <property name="text">
          <string>Write CSS to Separate Directory</string>
         </property>
-        <property name="checked">
-         <bool>false</bool>
-        </property>
        </widget>
       </item>
      </layout>

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

Summary of changes:
 src/BufferParams.cpp             |    2 +-
 src/frontends/qt4/ui/OutputUi.ui |    3 ---
 2 files changed, 1 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Repositories for GSOC work

Reply via email to