summaryrefslogtreecommitdiff
path: root/src/gui/menus/view.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-20 16:58:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-20 16:58:08 (GMT)
commit109bf3ffe74492a9730a9127bfef9a138e811116 (patch)
tree09fc5d897b58b20d9d522f8ac712088535f3b98f /src/gui/menus/view.c
parenta809d3517eb928d5d7a03d96a85f8af96daa1047 (diff)
Ensured the GUI gets updated at startup.
Diffstat (limited to 'src/gui/menus/view.c')
-rw-r--r--src/gui/menus/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/menus/view.c b/src/gui/menus/view.c
index 8c34950..e1f95a1 100644
--- a/src/gui/menus/view.c
+++ b/src/gui/menus/view.c
@@ -452,6 +452,7 @@ static void update_switch_access_in_menu_view(void)
if (panel == NULL)
content = NULL;
+
else
{
content = g_loaded_panel_get_content(panel);