diff options
Diffstat (limited to 'src/gui/tb')
-rw-r--r-- | src/gui/tb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tb/source.c b/src/gui/tb/source.c index 61ad242..466bade 100644 --- a/src/gui/tb/source.c +++ b/src/gui/tb/source.c @@ -309,7 +309,7 @@ static void change_selected_source(GtkComboBox *widget, GSourceTbItem *item) binary = G_LOADED_BINARY(g_object_get_data(ref, "current_binary")); buffer = g_loaded_binary_get_decompiled_buffer(binary, index); - view = GTK_BUFFER_VIEW(g_object_get_data(ref, "current_view")); + view = GTK_BUFFER_VIEW(g_object_get_data(ref, /*"current_view"*/)); /* TODO : utiliser g_editor_item_get_current_view() */ if (GTK_IS_BUFFER_VIEW(view)) gtk_buffer_view_attach_buffer(view, buffer, g_loaded_binary_display_decomp_lines(binary), NULL); |