[ocrfeeder] Consider the clean text option when saving the configuration
- From: Joaquim Manuel Pereira Rocha <jrocha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ocrfeeder] Consider the clean text option when saving the configuration
- Date: Tue, 27 Jul 2010 22:14:18 +0000 (UTC)
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]