summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.c b/src/editor.c
index 5e39f27..8291a2e 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -1099,7 +1099,7 @@ static void mcb_binary_select_parts(GtkMenuItem *menuitem, GObject *ref)
binary = G_OPENIDA_BINARY(g_object_get_data(ref, "current_binary"));
- dialog = create_sections_dialog(binary);
+ dialog = create_sections_dialog(binary, GTK_WINDOW(ref));
gtk_widget_show(dialog);
}