summaryrefslogtreecommitdiff
path: root/src/panels/panel.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 /src/panels/panel.c
parent2df715e74d6600ed0a5688a43f6ecd873957326a (diff)
Prepared the new organization of display widgets.
Diffstat (limited to 'src/panels/panel.c')
-rw-r--r--src/panels/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/panel.c b/src/panels/panel.c
index dbbbae9..e6eca17 100644
--- a/src/panels/panel.c
+++ b/src/panels/panel.c
@@ -191,7 +191,7 @@ void notify_panels_of_binary_change(GLoadedBinary *binary)
* *
******************************************************************************/
-void notify_panels_of_view_change(GtkViewPanel *panel, bool same)
+void notify_panels_of_view_change(GtkDisplayPanel *panel, bool same)
{
GEditorPanel *iter; /* Boucle de parcours */