mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
typo
This commit is contained in:
parent
c7a2178d24
commit
16ea6403a0
@ -77,7 +77,7 @@ disable_cocoa_ui_elements(PyObject *self, PyObject *args) {
|
|||||||
PyObject *tabbing = Py_True, *menu_items = Py_True;
|
PyObject *tabbing = Py_True, *menu_items = Py_True;
|
||||||
if (!PyArg_ParseTuple(args, "|OO", &tabbing, &menu_items)) return NULL;
|
if (!PyArg_ParseTuple(args, "|OO", &tabbing, &menu_items)) return NULL;
|
||||||
if (PyObject_IsTrue(tabbing)) disable_window_tabbing();
|
if (PyObject_IsTrue(tabbing)) disable_window_tabbing();
|
||||||
if (PyObject_IsTrue(menu_items) remove_cocoa_menu_items();
|
if (PyObject_IsTrue(menu_items)) remove_cocoa_menu_items();
|
||||||
Py_RETURN_NONE;
|
Py_RETURN_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user