[maemo-commits] [maemo-commits] r15316 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 25 09:28:29 EET 2008
Author: herzi
Date: 2008-03-25 09:28:23 +0200 (Tue, 25 Mar 2008)
New Revision: 15316

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/hildon-banner.c
Log:
2008-03-25  Sven Herzberg  <sven at imendio.com>

	Amendment to the fix of NB#22072. Fix compilation.

	* src/hildon-banner.c: (hildon_banner_timeout): fix compilation


Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2008-03-19 16:05:18 UTC (rev 15315)
+++ projects/haf/trunk/hildon-1/ChangeLog	2008-03-25 07:28:23 UTC (rev 15316)
@@ -1,3 +1,9 @@
+2008-03-25  Sven Herzberg  <sven at imendio.com>
+
+	Amendment to the fix of NB#22072. Fix compilation.
+
+	* src/hildon-banner.c: (hildon_banner_timeout): fix compilation
+
 2008-03-19  Sven Herzberg  <sven at imendio.com>
 
 	Fixes: NB#22072: Revisiting fix for "Implement robust timer handling

Modified: projects/haf/trunk/hildon-1/src/hildon-banner.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-banner.c	2008-03-19 16:05:18 UTC (rev 15315)
+++ projects/haf/trunk/hildon-1/src/hildon-banner.c	2008-03-25 07:28:23 UTC (rev 15316)
@@ -304,7 +304,7 @@
     }
 
     if (! continue_timeout) {
-        HildonBannerPrivate *priv = HILDON_BANNER_GET_PRIVATE (self);
+        HildonBannerPrivate *priv = HILDON_BANNER_GET_PRIVATE (data);
         priv->timeout_id = 0;
         gtk_widget_destroy (widget);
     }


More information about the maemo-commits mailing list