aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/feed.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkg/config/feed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/feed.go b/pkg/config/feed.go
index 4641cbc..a861e2e 100644
--- a/pkg/config/feed.go
+++ b/pkg/config/feed.go
@@ -9,4 +9,4 @@ type Feed struct {
}
// Convenience type for all feeds
-type Feeds map[string]Feed
+type Feeds map[string]*Feed
© 'Necoro' Neumann2-52/+68 2008-06-23Added plugin, which simply throws an exceptionRenĂ© 'Necoro' Neumann2-0/+15 2008-06-23Fixed name of gpytage pluginRenĂ© 'Necoro' Neumann1-1/+1 2008-06-23Moved GtkThread to gui.utilsRenĂ© 'Necoro' Neumann5-29/+25 2008-06-22Implemented the mail sendingRenĂ© 'Necoro' Neumann2-3/+63 2008-06-22First mail window draftRenĂ© 'Necoro' Neumann3-0/+220 2008-06-10Added gpytage pluginRenĂ© 'Necoro' Neumann2-0/+29 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