[maemo-commits] [maemo-commits] r18323 - projects/haf/trunk/hildon-thumbnail/daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue May 12 11:10:30 EEST 2009
- Previous message: [maemo-commits] r18322 - in projects/haf/trunk/osso-af-utils: debian src
- Next message: [maemo-commits] r18324 - projects/haf/trunk/dbus/debian/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2009-05-12 11:10:19 +0300 (Tue, 12 May 2009) New Revision: 18323 Modified: projects/haf/trunk/hildon-thumbnail/daemon/thumb-hal.c Log: Increased delay with ten seconds Modified: projects/haf/trunk/hildon-thumbnail/daemon/thumb-hal.c =================================================================== --- projects/haf/trunk/hildon-thumbnail/daemon/thumb-hal.c 2009-05-12 07:06:45 UTC (rev 18322) +++ projects/haf/trunk/hildon-thumbnail/daemon/thumb-hal.c 2009-05-12 08:10:19 UTC (rev 18323) @@ -43,7 +43,7 @@ filep = fopen (CHECK_FILE, "r"); if (filep) { /* See above */ - sleep (5); + sleep (15); fclose (filep); g_unlink (CHECK_FILE); }
- Previous message: [maemo-commits] r18322 - in projects/haf/trunk/osso-af-utils: debian src
- Next message: [maemo-commits] r18324 - projects/haf/trunk/dbus/debian/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]