summaryrefslogtreecommitdiff
path: root/src/binary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary.c')
-rw-r--r--src/binary.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/binary.c b/src/binary.c
index b7ee15a..0737d90 100644
--- a/src/binary.c
+++ b/src/binary.c
@@ -113,7 +113,7 @@ uint8_t *map_binary_file(const char *filename, size_t *length)
-void fill_snippet(GtkSnippet *snippet)
+void fill_snippet(GtkSnippet *snippet, GtkWidget *panel)
{
off_t length;
uint8_t *bin_data;
@@ -255,5 +255,7 @@ void fill_snippet(GtkSnippet *snippet)
*/
+ handle_new_exe_on_symbols_panel(panel, format);
+
}