diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-16 20:15:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-16 20:15:33 (GMT) |
commit | 5c6680287b4b6ba38cc04e6d7cb80c87cb9e256d (patch) | |
tree | 5539499ef393a94a841d4df9cb2db5c7399a235d /src/gui/menus | |
parent | 635640a32fecbb9b8a5ddf239b819c022c4b9977 (diff) |
Connected each loaded binary as a client to a server.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@473 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/menus')
-rw-r--r-- | src/gui/menus/project.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/menus/project.c b/src/gui/menus/project.c index caf3f64..5e86c0f 100644 --- a/src/gui/menus/project.c +++ b/src/gui/menus/project.c @@ -306,6 +306,7 @@ static void mcb_project_add_binary_file(GtkMenuItem *menuitem, GMenuBar *bar) g_signal_connect(binary, "disassembly-done", G_CALLBACK(g_study_project_add_loaded_binary), get_current_project()); g_loaded_binary_analyse(binary); + g_loaded_binary_connect(binary); } g_free(filename); |