summaryrefslogtreecommitdiff
path: root/src/ui/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/root.c')
-rw-r--r--src/ui/root.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index 9e290b05..595184cc 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -435,6 +435,7 @@ static void updateNavBarIdentity_(iWidget *navBar) {
435 setOutline_LabelWidget(toolButton, ident == NULL); 435 setOutline_LabelWidget(toolButton, ident == NULL);
436 /* Update menu. */ 436 /* Update menu. */
437 iLabelWidget *idItem = child_Widget(findChild_Widget(button, "menu"), 0); 437 iLabelWidget *idItem = child_Widget(findChild_Widget(button, "menu"), 0);
438 if (!idItem) return;
438 const iString *subjectName = ident ? name_GmIdentity(ident) : NULL; 439 const iString *subjectName = ident ? name_GmIdentity(ident) : NULL;
439 setTextCStr_LabelWidget( 440 setTextCStr_LabelWidget(
440 idItem, 441 idItem,