libbonobo r3520 - in trunk: . bonobo
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: libbonobo r3520 - in trunk: . bonobo
- Date: Thu, 11 Dec 2008 12:40:34 +0000 (UTC)
Author: kmaraas
Date: Thu Dec 11 12:40:34 2008
New Revision: 3520
URL: http://svn.gnome.org/viewvc/libbonobo?rev=3520&view=rev
Log:
2008-12-11 Kjartan Maraas <kmaraas gnome org>
* bonobo/bonobo-generic-factory.c: (last_unref_cb): Don't
do this one as that might be explicitly set.
Modified:
trunk/ChangeLog
trunk/bonobo/bonobo-generic-factory.c
Modified: trunk/bonobo/bonobo-generic-factory.c
==============================================================================
--- trunk/bonobo/bonobo-generic-factory.c (original)
+++ trunk/bonobo/bonobo-generic-factory.c Thu Dec 11 12:40:34 2008
@@ -28,7 +28,7 @@
#include <bonobo/bonobo-debug.h>
#include "bonobo-private.h"
-#define DEFAULT_LAST_UNREF_TIMEOUT 2
+#define DEFAULT_LAST_UNREF_TIMEOUT 2000
#define STARTUP_TIMEOUT 60
struct _BonoboGenericFactoryPrivate {
@@ -345,7 +345,7 @@
return;
}
g_return_if_fail (!factory->priv->last_unref_timeout_id);
- factory->priv->last_unref_timeout_id = g_timeout_add_seconds
+ factory->priv->last_unref_timeout_id = g_timeout_add
(factory->priv->last_unref_timeout, last_unref_timeout, factory);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]