2008-03-25 Sven Herzberg <sven@imendio.com>
authorSven Herzberg <herzi@imendio.com>
Tue, 25 Mar 2008 07:28:23 +0000 (07:28 +0000)
committerSven Herzberg <herzi@imendio.com>
Tue, 25 Mar 2008 07:28:23 +0000 (07:28 +0000)
Amendment to the fix of NB#22072. Fix compilation.

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

ChangeLog
src/hildon-banner.c

index 80d5ce8..0c7c13e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-25  Sven Herzberg  <sven@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@imendio.com>
 
        Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
index aab4612..6db6dc5 100644 (file)
@@ -304,7 +304,7 @@ hildon_banner_timeout                           (gpointer data)
     }
 
     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);
     }