9950: Custom Note Types not shown in the filter siderbar

This commit is contained in:
romjerome 2017-02-17 16:11:00 +01:00
parent 94716cc20f
commit e588ff504b

View File

@ -63,7 +63,7 @@ class NoteSidebarFilter(SidebarFilter):
self.note.set_type((NoteType.CUSTOM,''))
self.ntype = Gtk.ComboBox(has_entry=True)
if dbstate.is_open():
self.custom_types = dbstate.db.get_event_types()
self.custom_types = dbstate.db.get_note_types()
else:
self.custom_types = []