We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d52396 commit 160ee09Copy full SHA for 160ee09
1 file changed
lib/python/gladevcp/core.py
@@ -40,7 +40,8 @@ class Status(GStat):
40
__gsignals__ = {
41
'toolfile-stale': (GObject.SignalFlags.RUN_FIRST, GObject.TYPE_NONE, (GObject.TYPE_PYOBJECT,)),
42
}
43
- TEMPARARY_MESSAGE = 255
+ TEMPARARY_MESSAGE = 255 # remove in the future
44
+ TEMPORARY_MESSAGE = 255
45
OPERATOR_ERROR = linuxcnc.OPERATOR_ERROR
46
OPERATOR_TEXT = linuxcnc.OPERATOR_TEXT
47
NML_ERROR = linuxcnc.NML_ERROR
0 commit comments