diff options
Diffstat (limited to 'plugins/pychrysalide/gui')
-rw-r--r-- | plugins/pychrysalide/gui/panel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pychrysalide/gui/panel.c b/plugins/pychrysalide/gui/panel.c index fd31ef8..33ff4e3 100644 --- a/plugins/pychrysalide/gui/panel.c +++ b/plugins/pychrysalide/gui/panel.c @@ -561,11 +561,11 @@ bool ensure_python_panel_item_is_registered(void) if (!ensure_python_editor_item_is_registered()) return false; - if (!ensure_python_gtk_dockable_is_registered()) + if (!ensure_python_dockable_is_registered()) return false; if (!_register_class_for_pygobject(dict, G_TYPE_PANEL_ITEM, type, - get_python_editor_item_type(), get_python_gtk_dockable_type(), NULL)) + get_python_editor_item_type(), get_python_dockable_type(), NULL)) return false; if (!define_panel_item_constants(type)) |