[maemo-commits] [maemo-commits] r9387 - projects/haf/branches/maemo-af-desktop/example-plugins/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jan 29 13:17:53 EET 2007
Author: lucasr
Date: 2007-01-29 13:17:52 +0200 (Mon, 29 Jan 2007)
New Revision: 9387

Modified:
   projects/haf/branches/maemo-af-desktop/example-plugins/src/dummy-home-plugin.c
   projects/haf/branches/maemo-af-desktop/example-plugins/src/dummy-panel-plugin.c
   projects/haf/branches/maemo-af-desktop/example-plugins/src/pythonhome.py
   projects/haf/branches/maemo-af-desktop/example-plugins/src/pythonpanel.py
Log:
Updated copyright headers.


Modified: projects/haf/branches/maemo-af-desktop/example-plugins/src/dummy-home-plugin.c
===================================================================
--- projects/haf/branches/maemo-af-desktop/example-plugins/src/dummy-home-plugin.c	2007-01-29 11:15:23 UTC (rev 9386)
+++ projects/haf/branches/maemo-af-desktop/example-plugins/src/dummy-home-plugin.c	2007-01-29 11:17:52 UTC (rev 9387)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-desktop
+ * This file is part of example-plugins 
  *
  * Copyright (C) 2006 Nokia Corporation.
  *

Modified: projects/haf/branches/maemo-af-desktop/example-plugins/src/dummy-panel-plugin.c
===================================================================
--- projects/haf/branches/maemo-af-desktop/example-plugins/src/dummy-panel-plugin.c	2007-01-29 11:15:23 UTC (rev 9386)
+++ projects/haf/branches/maemo-af-desktop/example-plugins/src/dummy-panel-plugin.c	2007-01-29 11:17:52 UTC (rev 9387)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-desktop
+ * This file is part of example-plugins 
  *
  * Copyright (C) 2006 Nokia Corporation.
  *

Modified: projects/haf/branches/maemo-af-desktop/example-plugins/src/pythonhome.py
===================================================================
--- projects/haf/branches/maemo-af-desktop/example-plugins/src/pythonhome.py	2007-01-29 11:15:23 UTC (rev 9386)
+++ projects/haf/branches/maemo-af-desktop/example-plugins/src/pythonhome.py	2007-01-29 11:17:52 UTC (rev 9387)
@@ -1,3 +1,24 @@
+# This file is part of example-plugins 
+# 
+# Copyright (C) 2006 Nokia Corporation.
+# 
+# Author:  Lucas Rocha <lucas.rocha at nokia.com>
+# Contact: Karoliina Salminen <karoliina.t.salminen at nokia.com>
+# 
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License
+# version 2.1 as published by the Free Software Foundation.
+# 
+# This library is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
 import gtk
 import pygtk
 import hildondesktop

Modified: projects/haf/branches/maemo-af-desktop/example-plugins/src/pythonpanel.py
===================================================================
--- projects/haf/branches/maemo-af-desktop/example-plugins/src/pythonpanel.py	2007-01-29 11:15:23 UTC (rev 9386)
+++ projects/haf/branches/maemo-af-desktop/example-plugins/src/pythonpanel.py	2007-01-29 11:17:52 UTC (rev 9387)
@@ -1,3 +1,24 @@
+# This file is part of example-plugins 
+# 
+# Copyright (C) 2006 Nokia Corporation.
+# 
+# Author:  Lucas Rocha <lucas.rocha at nokia.com>
+# Contact: Karoliina Salminen <karoliina.t.salminen at nokia.com>
+# 
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License
+# version 2.1 as published by the Free Software Foundation.
+# 
+# This library is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
 import gtk
 import pygtk
 import hildondesktop
@@ -10,7 +31,7 @@
         hildondesktop.TaskNavigatorItem.__init__(self)
 
         image = gtk.Image()
-        image.set_from_stock(gtk.STOCK_CDROM, gtk.ICON_SIZE_LARGE_TOOLBAR)
+        image.set_from_stock(gtk.STOCK_CUT, gtk.ICON_SIZE_LARGE_TOOLBAR)
 
         button = gtk.Button()
         button.connect("clicked", self.clicked, None)


More information about the maemo-commits mailing list