telepathy-gabble: connection: make a better guess at the final number of channel managers
Jonny Lamb
jonny at kemper.freedesktop.org
Tue Aug 28 06:19:31 PDT 2012
Module: telepathy-gabble
Branch: master
Commit: f9eca443d693dbde73e92cd7a2eee6980b69114f
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=f9eca443d693dbde73e92cd7a2eee6980b69114f
Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date: Tue Mar 20 15:22:25 2012 -0400
connection: make a better guess at the final number of channel managers
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
src/connection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/connection.c b/src/connection.c
index ac46929..2de7e44 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -332,7 +332,7 @@ _gabble_connection_create_channel_managers (TpBaseConnection *conn)
{
GabbleConnection *self = GABBLE_CONNECTION (conn);
GabblePluginConnection *plugin_connection = GABBLE_PLUGIN_CONNECTION (self);
- GPtrArray *channel_managers = g_ptr_array_sized_new (5);
+ GPtrArray *channel_managers = g_ptr_array_sized_new (10);
GabblePluginLoader *loader;
GPtrArray *tmp;
More information about the telepathy-commits
mailing list