[farsight2/master] use uint, not int

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:24:34 PST 2008


---
 fs-upnp-simple-igd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs-upnp-simple-igd.c b/fs-upnp-simple-igd.c
index dc76abd..b8e11c5 100644
--- a/fs-upnp-simple-igd.c
+++ b/fs-upnp-simple-igd.c
@@ -94,7 +94,7 @@ fs_upnp_simple_igd_class_init (FsUpnpSimpleIgdClass *klass)
 
   g_object_class_install_property (gobject_class,
       PROP_REQUEST_TIMEOUT,
-      g_param_spec_int ("request-timeout",
+      g_param_spec_uint ("request-timeout",
           "The timeout after which a request is considered to have failed",
           "After this timeout, the request is considered to have failed and"
           "is dropped.",
-- 
1.5.6.5




More information about the farsight-commits mailing list