[maemo-commits] [maemo-commits] r15158 - projects/haf/trunk/osso-gnome-vfs2/debian/patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Feb 8 18:10:49 EET 2008
Author: marivoll
Date: 2008-02-08 18:10:47 +0200 (Fri, 08 Feb 2008)
New Revision: 15158

Modified:
   projects/haf/trunk/osso-gnome-vfs2/debian/patches/25-samba-monitors.patch
Log:
  * 25-samba-monitors.patch: silenced a compilation warning.


Modified: projects/haf/trunk/osso-gnome-vfs2/debian/patches/25-samba-monitors.patch
===================================================================
--- projects/haf/trunk/osso-gnome-vfs2/debian/patches/25-samba-monitors.patch	2008-02-08 07:26:22 UTC (rev 15157)
+++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/25-samba-monitors.patch	2008-02-08 16:10:47 UTC (rev 15158)
@@ -47,7 +47,7 @@
  	
 +	monitor_mutex = g_mutex_new ();
 +	monitor_hash = g_hash_table_new_full (gnome_vfs_uri_hash,
-+					      gnome_vfs_uri_equal,
++					      (GEqualFunc) gnome_vfs_uri_equal,
 +					      (GDestroyNotify) gnome_vfs_uri_unref,
 +					      NULL);
 +


More information about the maemo-commits mailing list