diff options
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r-- | src/ui/sidebarwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c index 679d8e6f..32727703 100644 --- a/src/ui/sidebarwidget.c +++ b/src/ui/sidebarwidget.c | |||
@@ -322,7 +322,7 @@ static void updateItems_SidebarWidget_(iSidebarWidget *d) { | |||
322 | iConstForEach(PtrArray, i, identities_GmCerts(certs_App())) { | 322 | iConstForEach(PtrArray, i, identities_GmCerts(certs_App())) { |
323 | const iGmIdentity *ident = i.ptr; | 323 | const iGmIdentity *ident = i.ptr; |
324 | iSidebarItem *item = new_SidebarItem(); | 324 | iSidebarItem *item = new_SidebarItem(); |
325 | item->id = index_PtrArrayConstIterator(&i); | 325 | item->id = (uint32_t) index_PtrArrayConstIterator(&i); |
326 | item->icon = ident->icon; | 326 | item->icon = ident->icon; |
327 | set_String(&item->label, collect_String(subject_TlsCertificate(ident->cert))); | 327 | set_String(&item->label, collect_String(subject_TlsCertificate(ident->cert))); |
328 | iDate until; | 328 | iDate until; |