diff options
Diffstat (limited to 'src/binary.c')
-rw-r--r-- | src/binary.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/binary.c b/src/binary.c index f9cc906..cc3fd70 100644 --- a/src/binary.c +++ b/src/binary.c @@ -340,7 +340,7 @@ uint8_t *map_binary_file(const char *filename, size_t *length) -void fill_snippet(GtkSnippet *snippet, GtkWidget *panel) +void fill_snippet(GtkSnippet *snippet, GtkWidget *panel, GtkWidget *panel2) { off_t length; uint8_t *bin_data; @@ -503,6 +503,7 @@ void fill_snippet(GtkSnippet *snippet, GtkWidget *panel) } handle_new_exe_on_symbols_panel(panel, format); + handle_new_exe_on_strings_panel(panel2, format); } |