[maemo-commits] [maemo-commits] r9353 - projects/haf/branches/hildon-fm/1.x/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jan 25 18:42:01 EET 2007
- Previous message: [maemo-commits] r9352 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r9354 - projects/haf/branches/hildon-fm/1.x
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)
{
- Previous message: [maemo-commits] r9352 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r9354 - projects/haf/branches/hildon-fm/1.x
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
