1
0
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:
Nils Görs
2014-11-06 21:44:57 +01:00
parent d6a33fb0a6
commit 7aee7d863c
2 changed files with 33 additions and 22 deletions
+5 -1
View File
@@ -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))