summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/gtkext/bufferview.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-11 21:22:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-11 21:22:38 (GMT)
commitdb934f20598340772f8c0256c8a8119790a1821e (patch)
treed03e57cc5fc953fc3e7653da74a8c58fd310de5d /plugins/pychrysa/gtkext/bufferview.c
parent2df715e74d6600ed0a5688a43f6ecd873957326a (diff)
Prepared the new organization of display widgets.
Diffstat (limited to 'plugins/pychrysa/gtkext/bufferview.c')
-rw-r--r--plugins/pychrysa/gtkext/bufferview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pychrysa/gtkext/bufferview.c b/plugins/pychrysa/gtkext/bufferview.c
index 93be7df..3be54fd 100644
--- a/plugins/pychrysa/gtkext/bufferview.c
+++ b/plugins/pychrysa/gtkext/bufferview.c
@@ -31,7 +31,7 @@
#include <gtkext/gtkbufferview.h>
-#include "viewpanel.h"
+#include "displaypanel.h"
#include "../helpers.h"
@@ -100,7 +100,7 @@ bool register_python_buffer_view(PyObject *module)
dict = PyModule_GetDict(module);
- if (!register_class_for_pygobject(dict, GTK_TYPE_BUFFER_VIEW, py_buffer_view_type, get_python_view_panel_type()))
+ if (!register_class_for_pygobject(dict, GTK_TYPE_BUFFER_VIEW, py_buffer_view_type, get_python_display_panel_type()))
return false;
return true;