summaryrefslogtreecommitdiff
path: root/src/gui/menus
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-11-25 23:18:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-11-25 23:18:38 (GMT)
commit0daafbb6b4c0e845f9e61a28adb0a68bb2d0b582 (patch)
tree1333a2c38cb6c0b6f1c6267898cbf266e91698b8 /src/gui/menus
parent431fe9cf106ed205dd26dc9a6e1ec542c8fed7f8 (diff)
Displayed and hidden loaded contents on project change.
Diffstat (limited to 'src/gui/menus')
-rw-r--r--src/gui/menus/file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/menus/file.c b/src/gui/menus/file.c
index 41b17e1..d9232db 100644
--- a/src/gui/menus/file.c
+++ b/src/gui/menus/file.c
@@ -146,8 +146,6 @@ static void mcb_file_new_project(GtkMenuItem *menuitem, gpointer unused)
set_current_project(project);
- g_study_project_display(project);
-
}
@@ -193,7 +191,6 @@ static void mcb_file_open_project(GtkMenuItem *menuitem, gpointer unused)
if (project != NULL)
{
set_current_project(project);
- g_study_project_display(project);
push_project_into_recent_list(project);
}