diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 16:16:34 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 16:16:34 +0200 | 
| commit | e905afb102569e93e2f6ece9a9ab515ac1fd4f04 (patch) | |
| tree | 56c764f3a3fe3848ef2aa161d143f33cb2eaeb8e /src/library | |
| parent | 71137cc5832110d91599d68790402cf196762ed3 (diff) | |
| parent | cb774d1baf242adcc03a1df5eed6d100f7e3bd55 (diff) | |
Merge branch 'release/debian/0.30.4-1'debian/0.30.4-1
Diffstat (limited to 'src/library')
| -rw-r--r-- | src/library/LibraryWindow.vala | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala index b9acb22..99a1c67 100644 --- a/src/library/LibraryWindow.vala +++ b/src/library/LibraryWindow.vala @@ -162,6 +162,8 @@ public class LibraryWindow : AppWindow {  #endif      public LibraryWindow(ProgressMonitor progress_monitor) { +        base(); +          // prep sidebar and add roots          sidebar_tree = new Sidebar.Tree(DND_TARGET_ENTRIES, Gdk.DragAction.ASK,              external_drop_handler); | 
