[maemo-commits] [maemo-commits] r9353 - projects/haf/branches/hildon-fm/1.x/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 25 18:42:01 EET 2007
Author: marivoll
Date: 2007-01-25 18:42:00 +0200 (Thu, 25 Jan 2007)
New Revision: 9353

Modified:
   projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-system-model.c
Log:
	* hildon-fm/hildon-file-system-model.c
	(hildon_file_system_model_dispose): Cancel banner if necessary
	(NB46676).


Modified: projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-system-model.c
===================================================================
--- projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-system-model.c	2007-01-25 16:25:24 UTC (rev 9352)
+++ projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-system-model.c	2007-01-25 16:42:00 UTC (rev 9353)
@@ -2038,6 +2038,10 @@
     g_source_remove(priv->timeout_id);
     priv->timeout_id = 0;
   }
+
+  if (priv->banner_timeout_id)
+    _hildon_file_system_cancel_banner (&priv->banner_timeout_id);
+
   /* This won't work in finalize (removing nodes sends signals) */
   if (priv->roots)
   {


More information about the maemo-commits mailing list