aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/state.go')
-rw-r--r--internal/feed/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/state.go b/internal/feed/state.go
index dae0917..f2eff72 100644
--- a/internal/feed/state.go
+++ b/internal/feed/state.go
@@ -154,7 +154,7 @@ func (state *State) Filter() {
func NewState(cfg *config.Config) (*State, error) {
state := State{
feeds: map[string]*Feed{},
- cache: nil, // loaded later on
+ cache: Cache{}, // loaded later on
cfg: cfg,
}
>2008-06-10Modified plugin.xsd so it allows also menu-only pluginsRené 'Necoro' Neumann2-7/+8 2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1 2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann2-10/+18 2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2 2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1 2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107