mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 13:13:38 +02:00
typo
This commit is contained in:
parent
c7a2178d24
commit
16ea6403a0
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ disable_cocoa_ui_elements(PyObject *self, PyObject *args) {
|
|||
PyObject *tabbing = Py_True, *menu_items = Py_True;
|
||||
if (!PyArg_ParseTuple(args, "|OO", &tabbing, &menu_items)) return NULL;
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue