mirror of
https://github.com/weechat/weechat.git
synced 2026-06-19 17:44:47 +02:00
core: update German translations
This commit is contained in:
@@ -1409,7 +1409,11 @@ weechat_python_api_config_boolean (PyObject *self, PyObject *args)
|
||||
{
|
||||
char *option;
|
||||
int value;
|
||||
|
||||
/*
|
||||
if (option == NULL)
|
||||
API_RETURN_INT();
|
||||
API_RETURN_ERROR;
|
||||
*/
|
||||
API_FUNC(1, "config_boolean", API_RETURN_INT(0));
|
||||
option = NULL;
|
||||
if (!PyArg_ParseTuple (args, "s", &option))
|
||||
|
||||
Reference in New Issue
Block a user