[maemo-commits] [maemo-commits] r18244 - in projects/haf/trunk/hildon-thumbnail: . daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue May 5 17:18:53 EEST 2009
Author: pvanhoof
Date: 2009-05-05 17:18:47 +0300 (Tue, 05 May 2009)
New Revision: 18244

Modified:
   projects/haf/trunk/hildon-thumbnail/ChangeLog
   projects/haf/trunk/hildon-thumbnail/daemon/hildon-thumbnail-daemon.c
Log:
2009-05-05  Philip Van Hoof  <pvanhoof at codeminded.be>

        * daemon/hildon-thumbnail-daemon.c: Disabled IDLE priority, thumbnails
        must always be made as soon as possible (it's the apps that need to
        not ask thumbnails when the device has more urgent matters to do)



Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-05-05 14:05:19 UTC (rev 18243)
+++ projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-05-05 14:18:47 UTC (rev 18244)
@@ -1,5 +1,11 @@
 2009-05-05  Philip Van Hoof  <pvanhoof at codeminded.be>
 
+	* daemon/hildon-thumbnail-daemon.c: Disabled IDLE priority, thumbnails
+	must always be made as soon as possible (it's the apps that need to
+	not ask thumbnails when the device has more urgent matters to do)
+
+2009-05-05  Philip Van Hoof  <pvanhoof at codeminded.be>
+
 	* daemon/hildon-thumbnail-plugin.h
 	* daemon/plugins/gdkpixbuf-plugin.c
 	* daemon/plugins/exec-plugin.c

Modified: projects/haf/trunk/hildon-thumbnail/daemon/hildon-thumbnail-daemon.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/hildon-thumbnail-daemon.c	2009-05-05 14:05:19 UTC (rev 18243)
+++ projects/haf/trunk/hildon-thumbnail/daemon/hildon-thumbnail-daemon.c	2009-05-05 14:18:47 UTC (rev 18244)
@@ -125,6 +125,7 @@
 void
 initialize_priority (void)
 {
+#if 0
 	struct sched_param sp;
 	int ioprio, ioclass;
 
@@ -144,6 +145,7 @@
 		}
 	 }
 #endif
+#endif
 }
 
 void


More information about the maemo-commits mailing list