summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/menus/project.c1
-rw-r--r--src/gui/panels/bookmarks.c2
2 files changed, 1 insertions, 2 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);
diff --git a/src/gui/panels/bookmarks.c b/src/gui/panels/bookmarks.c
index 99c1673..052bf5a 100644
--- a/src/gui/panels/bookmarks.c
+++ b/src/gui/panels/bookmarks.c
@@ -554,7 +554,7 @@ static void reload_bookmarks_into_treeview(GBookmarksPanel *panel, GLoadedBinary
* Paramètres : collec = collection dont le contenu vient de changer. *
* action = type de modification notifiée par la collection. *
* bookmark = élément en cause dans le changement survenu. *
-* pane = structure contenant les informations maîtresses. *
+* panel = structure contenant les informations maîtresses. *
* *
* Description : Met à jour une collection suite à une modification. *
* *