summaryrefslogtreecommitdiff
path: root/src/gui/menus/project.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-02-23 22:56:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-02-23 22:56:59 (GMT)
commita5cd2e6519456f49a0f0d9d76dfac0ff89d8bbb1 (patch)
treecc5c0d06836f132ba559eacf4323ce56b67e9d47 /src/gui/menus/project.c
parent08f3cc8d6262c9b5412a008c6210e88cd840da85 (diff)
Fixed a bug: do not close the connection after the initial handshake.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@478 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/menus/project.c')
-rw-r--r--src/gui/menus/project.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/menus/project.c b/src/gui/menus/project.c
index 5e86c0f..caf3f64 100644
--- a/src/gui/menus/project.c
+++ b/src/gui/menus/project.c
@@ -306,7 +306,6 @@ 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);