[maemo-commits] [maemo-commits] r16097 - projects/haf/branches/hildon-thumbnail/daemonize/thumbs

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 11 16:41:41 EEST 2008
Author: pvanhoof
Date: 2008-09-11 16:41:39 +0300 (Thu, 11 Sep 2008)
New Revision: 16097

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/thumbs/hildon-thumbnail-factory.c
Log:
Removed some unneeded warnings

Modified: projects/haf/branches/hildon-thumbnail/daemonize/thumbs/hildon-thumbnail-factory.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/thumbs/hildon-thumbnail-factory.c	2008-09-11 13:38:47 UTC (rev 16096)
+++ projects/haf/branches/hildon-thumbnail/daemonize/thumbs/hildon-thumbnail-factory.c	2008-09-11 13:41:39 UTC (rev 16097)
@@ -477,14 +477,14 @@
 {
 	init ();
 
-	g_warning ("hildon_thumbnail_factory_move_front is deprecated");
+	//g_warning ("hildon_thumbnail_factory_move_front is deprecated");
 }
 
 void hildon_thumbnail_factory_move_front_all_from(HildonThumbnailFactoryHandle handle)
 {
 	init ();
 
-	g_warning ("hildon_thumbnail_factory_move_front_all_from is deprecated");
+	//g_warning ("hildon_thumbnail_factory_move_front_all_from is deprecated");
 }
 
 void hildon_thumbnail_factory_set_debug(gboolean debug)


More information about the maemo-commits mailing list