Skip to content

Commit 284debe

Browse files
committed
Fix quitting
1 parent 67cd8e9 commit 284debe

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/CHANGELOG-EN.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22

3+
1.4.1
4+
* Fix a bug - an error on quitting
5+
36
1.4
47
* Completely rewrite the program on the basis of the new shared files
58
* Delete the config file. Tune your settings directly in the Python

docs/CHANGELOG-RU.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22

3+
1.4.1
4+
* Исправлен баг - ошибка при выходе
5+
36
1.4
47
* Программа полностью переписана в соответствии с новыми shared-файлами
58
* Удален конфигурационный файл. Настройки меняйте прямо в программе

src/CompareParallelTexts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,5 @@ def synchronize(event=None):
129129
,_('WARNING')
130130
,_('Empty input is not allowed!')
131131
)
132-
#todo: fix quitting
132+
# Do not use 'sg.objs.end()' - this interferes with 'easygui'
133133
sg.objs.root().kill()
134-
sg.objs.end()

0 commit comments

Comments
 (0)