diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-25 14:23:00 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-26 21:36:17 +0000 |
commit | e1494042105b3842f951acf1e82ed10967fb2c21 (patch) | |
tree | f40c959856c0c3b93b1d4205ca89c7e7b4f9410f /db | |
parent | c93031c2aa49b8a044e896ca1e07f5f4f429308e (diff) |
Add EventBox to notice sources
Diffstat (limited to 'db')
-rw-r--r-- | db/notice_source.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/notice_source.sql b/db/notice_source.sql index f351bb066..1508af1ec 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -7,6 +7,7 @@ VALUES ('cliqset', 'Cliqset', 'http://www.cliqset.com/', now()), ('deskbar','Deskbar-Applet','http://www.gnome.org/projects/deskbar-applet/', now()), ('Do','Gnome Do','http://do.davebsd.com/wiki/index.php?title=Microblog_Plugin', now()), + ('eventbox','EventBox','http://thecosmicmachine.com/eventbox/ ', now()), ('Facebook','Facebook','http://apps.facebook.com/identica/', now()), ('feed2omb','feed2omb','http://projects.ciarang.com/p/feed2omb/', now()), ('gravity', 'Gravity', 'http://mobileways.de/gravity', now()), |