aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-15 23:51:41 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-15 23:51:41 +0200
commit589f48b7667fe3ce12ee79709804a1102a2c9474 (patch)
tree61195bdfebaeb3b0c8046213e4fb3d84ccea1f7d /src/mainwindow.c
parent8c2bc7a4c721642dcc618304cd8640d65e087255 (diff)
Clean up debugging messages
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 23a0692..7bfceb5 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1389,7 +1389,7 @@ static void dnd_receive(GtkWidget *widget, GdkDragContext *drag_context,
p->drag_corner_y - p->start_corner_y);
fr->sc = sc;
fr->sc_len = len;
- show_hierarchy(fr, "");
+ show_hierarchy(p->cur_edit_slide->top, "");
rerender_slide(p);
set_selection(p, fr);
redraw_editor(p);