diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-27 09:47:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-27 10:07:59 (GMT) |
commit | acd37cbf8578686d2e5bae64b6b4eb6d2bc5376b (patch) | |
tree | c3ec34400c422ccd3e0f122ae6c0ec7ea67e37de /plugins/pychrysa/gui/panels | |
parent | 8ca477e012b11a19363542d171b8e973d637641c (diff) |
Deleted the reference to the main window in all panels.
Diffstat (limited to 'plugins/pychrysa/gui/panels')
-rw-r--r-- | plugins/pychrysa/gui/panels/panel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/pychrysa/gui/panels/panel.c b/plugins/pychrysa/gui/panels/panel.c index 9ca271f..72c9e7e 100644 --- a/plugins/pychrysa/gui/panels/panel.c +++ b/plugins/pychrysa/gui/panels/panel.c @@ -35,7 +35,6 @@ #include "../editem.h" #include "../../helpers.h" -#include "../../quirks.h" #include "../../gtkext/dockable.h" @@ -83,7 +82,7 @@ static int py_panel_item_init(PyObject *self, PyObject *args, PyObject *kwds) GTK_WIDGET(pygobject_get(widget)), startup, path); /* FIXME ? Est-ce à l'utilisateur de s'enregistrer ? */ - register_panel_item(item, get_internal_ref(), get_main_configuration()); + register_panel_item(item, get_main_configuration()); /** * Si Python ne voit plus la variable représentant le panneau utilisée, |