Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
360ea4fb
Commit
360ea4fb
authored
Dec 14, 2017
by
Wolfgang Rohdewald
Browse files
fix for --debug=neutral
parent
c51c19cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kajongg.py
View file @
360ea4fb
...
...
@@ -31,8 +31,8 @@ import logging
from
qt
import
QObject
from
PyQt5.QtGui
import
QGuiApplication
from
PyQt5
import
QtCore
from
kde
import
KApplication
,
KCmdLineArgs
,
KCmdLineOptions
,
KGlobal
from
mi18n
import
i18n
from
kde
import
KApplication
,
KCmdLineArgs
,
KCmdLineOptions
from
mi18n
import
i18n
,
MLocale
from
about
import
About
from
common
import
Options
,
SingleshotOptions
,
Internal
,
Debug
...
...
@@ -172,7 +172,7 @@ if hasattr(QGuiApplication, 'setDesktopFileName'):
QGuiApplication
.
setDesktopFileName
(
'org.kde.kajongg'
)
if
Debug
.
neutral
:
KGlob
al
.
translation
=
None
MLoc
al
e
.
translation
=
None
if
Debug
.
events
:
EVHANDLER
=
EvHandler
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment