Module: GNetvibes

Defined in:
lib/gnetvibes/edit.rb,
lib/gnetvibes/icon.rb,
lib/gnetvibes/login.rb,
lib/gnetvibes/config.rb

Defined Under Namespace

Classes: EditDialog, Icon, LoginDialog

Constant Summary collapse

NAME =
'gNetvibes'
VERSION =
'0.5'
'Copyright (C) 2007 Florent Solt'
DESC =
'Netvibes integration with the Gnome Desktop'
AUTHOR =
'Florent Solt'
EMAIL =
'[email protected]'
HOMEPAGE =
'http://gnetvibes.rubyforge.org'
LICENSE =
'BSD'
ICON =

Icons

Gdk::Pixbuf.new(File.join(File.dirname(__FILE__), "gfx", "netvibes.png"))
ICON_POSTIT =
Gdk::Pixbuf.new(File.join(File.dirname(__FILE__), "gfx", "webnote.gif"))
ICON_TODOLIST =
Gdk::Pixbuf.new(File.join(File.dirname(__FILE__), "gfx", "todolist.gif"))
ICON_FEED =
Gdk::Pixbuf.new(File.join(File.dirname(__FILE__), "gfx", "feed.gif"))