[maemo-commits] [maemo-commits] r12865 - in projects/haf/trunk/hildon-home-webshortcut: . plugin

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jul 27 10:25:46 EEST 2007
Author: jobi
Date: 2007-07-27 10:25:42 +0300 (Fri, 27 Jul 2007)
New Revision: 12865

Modified:
   projects/haf/trunk/hildon-home-webshortcut/ChangeLog
   projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.c
   projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.h
Log:

2007-06-27  Johan Bilien  <johan.bilien at nokia.com>

	* plugin/hildon-home-webshortcut.c:
	- fixed expose event, use the offsets in case of double buffering
	* plugin/hildon-home-webshortcut.h:
	- removed wrong include



Modified: projects/haf/trunk/hildon-home-webshortcut/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/ChangeLog	2007-07-27 07:17:36 UTC (rev 12864)
+++ projects/haf/trunk/hildon-home-webshortcut/ChangeLog	2007-07-27 07:25:42 UTC (rev 12865)
@@ -1,3 +1,10 @@
+2007-06-27  Johan Bilien  <johan.bilien at nokia.com>
+
+	* plugin/hildon-home-webshortcut.c:
+	- fixed expose event, use the offsets in case of double buffering
+	* plugin/hildon-home-webshortcut.h:
+	- removed wrong include
+
 2007-06-26  Johan Bilien  <johan.bilien at nokia.com>
 
 	* plugin/hhws-background.[ch]:

Modified: projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.c
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.c	2007-07-27 07:17:36 UTC (rev 12864)
+++ projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.c	2007-07-27 07:25:42 UTC (rev 12865)
@@ -747,7 +747,7 @@
                           widget_picture,
                           15, 15,
                           15, 15,
-                          15, 15,
+                          15 - x_offset, 15 - y_offset,
                           widget->allocation.width  - 30,
                           widget->allocation.height - 30);
 

Modified: projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.h
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.h	2007-07-27 07:17:36 UTC (rev 12864)
+++ projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.h	2007-07-27 07:25:42 UTC (rev 12865)
@@ -25,7 +25,6 @@
 #ifndef __HILDON_HOME_WEBSHORTCUT_H__
 #define __HILDON_HOME_WEBSHORTCUT_H__
 
-#include "hhwsloader.h"
 #include <libhildondesktop/hildon-desktop-home-item.h>
 
 G_BEGIN_DECLS


More information about the maemo-commits mailing list