python: Send only one event message for wmfs.uicb function

This commit is contained in:
Martin Duquesnoy
2009-01-04 23:09:40 +01:00
parent f99a082a79
commit 7b1c730c80
3 changed files with 5 additions and 7 deletions

View File

@@ -124,7 +124,6 @@ wmfs_uicb(PyObject *self, PyObject *args)
8, PropModeReplace, (unsigned char*)cmd, strlen(cmd));
send_client_message("_WMFS_FUNCTION", data);
send_client_message("_WMFS_CMD", data);
Py_INCREF(Py_None);