FolderList.Tree: Fix search folder not appearing when selected
Fixes #744
This commit is contained in:
parent
2f3f2ca8d1
commit
652f77f76a
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ public class FolderList.Tree : Sidebar.Tree, Geary.BaseInterface {
|
|||
}
|
||||
|
||||
private void on_entry_selected(Sidebar.SelectableEntry selectable) {
|
||||
FolderEntry? entry = selectable as FolderEntry;
|
||||
AbstractFolderEntry? entry = selectable as AbstractFolderEntry;
|
||||
if (entry != null) {
|
||||
this.selected = entry.folder;
|
||||
folder_selected(entry.folder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue