[file-roller] remove the timeout when installing packages



commit b014dc8011a7be6d1e8be8c4ae12df3bcec768c4
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Oct 30 13:33:45 2009 +0100

    remove the timeout when installing packages

 src/dlg-package-installer.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/dlg-package-installer.c b/src/dlg-package-installer.c
index eef2644..d7b2587 100644
--- a/src/dlg-package-installer.c
+++ b/src/dlg-package-installer.c
@@ -127,6 +127,8 @@ install_packages (InstallerData *idata)
 		        else
 		        	xid = 0;
 
+		        dbus_g_proxy_set_default_timeout (proxy, INT_MAX);
+
 		        names = g_strsplit (idata->packages, ",", -1);
 			call = dbus_g_proxy_begin_call (proxy,
 							"InstallPackageNames",



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