[maemo-commits] [maemo-commits] r19052 - projects/haf/trunk/hildon-welcome/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 5 15:03:30 EEST 2009
Author: schulhof
Date: 2009-08-05 15:03:25 +0300 (Wed, 05 Aug 2009)
New Revision: 19052

Modified:
   projects/haf/trunk/hildon-welcome/src/main.c
Log:
Touch the file at the end.

Modified: projects/haf/trunk/hildon-welcome/src/main.c
===================================================================
--- projects/haf/trunk/hildon-welcome/src/main.c	2009-08-05 11:54:00 UTC (rev 19051)
+++ projects/haf/trunk/hildon-welcome/src/main.c	2009-08-05 12:03:25 UTC (rev 19052)
@@ -183,7 +183,6 @@
         g_debug("wait_for_eos: Ready to play: duration = %d\n", duration);
         if ((duration > 500) && !(play_to->timeout_id))
           post_eos_timeout_add(duration, pipeline, NULL, play_to);
-        touch_the_file_in_tmp();
         break;
 
       case GST_MESSAGE_ERROR:
@@ -391,5 +390,6 @@
 
   gst_deinit();
 
+  touch_the_file_in_tmp();
   return 0;
 }

More information about the maemo-commits mailing list