[ocrfeeder] Consider the clean text option when saving the configuration



commit 1664ce7a67a356a60c56939613d5c9a68248cbb7
Author: Joaquim Rocha <jrocha igalia com>
Date:   Tue Jul 13 18:30:31 2010 +0200

    Consider the clean text option when saving the configuration

 studio/widgetPresenter.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/studio/widgetPresenter.py b/studio/widgetPresenter.py
index 8676676..a86b850 100644
--- a/studio/widgetPresenter.py
+++ b/studio/widgetPresenter.py
@@ -1140,6 +1140,7 @@ class PreferencesDialog(gtk.Dialog):
         self.configuration_manager.improve_column_detection = \
             self.improve_column_detection.get_active()
         self.configuration_manager.column_min_width = self.__getColumnMinWidth()
+        self.configuration_manager.clean_text = self.clean_text.get_active()
         index = self.engines_combo.get_active()
         if index != -1:
             lib.debug('ACTIVE INDEX: ', index, self.ocr_engines[index][0].name)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]