gvfs r1534 - in trunk: . client



Author: alexl
Date: Tue Mar  4 15:05:01 2008
New Revision: 1534
URL: http://svn.gnome.org/viewvc/gvfs?rev=1534&view=rev

Log:
2008-03-04  Alexander Larsson  <alexl redhat com>

	* client/gdaemonvfs.c (_g_daemon_vfs_get_mount_info_async):
	Bump timeout to standard gvfs time.
	Patch from Matthias Clasen




Modified:
   trunk/ChangeLog
   trunk/client/gdaemonvfs.c

Modified: trunk/client/gdaemonvfs.c
==============================================================================
--- trunk/client/gdaemonvfs.c	(original)
+++ trunk/client/gdaemonvfs.c	Tue Mar  4 15:05:01 2008
@@ -826,7 +826,7 @@
   data->callback = callback;
   data->user_data = user_data;
   
-  _g_dbus_connection_call_async (the_vfs->async_bus, message, 2000,
+  _g_dbus_connection_call_async (the_vfs->async_bus, message, G_VFS_DBUS_TIMEOUT_MSECS,
 				 async_get_mount_info_response,
 				 data);
   



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]