changeset 22503:e62b3625cc54

Add this back, the merge lost it.
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 27 Feb 2008 22:43:36 +0000
parents 1eadbca855f0
children c9dc220e0301
files libpurple/account.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/account.c	Wed Feb 27 22:41:34 2008 +0000
+++ b/libpurple/account.c	Wed Feb 27 22:43:36 2008 +0000
@@ -2408,6 +2408,7 @@
 	g_return_if_fail(account != NULL);
 
 	err = g_new0(PurpleConnectionErrorInfo, 1);
+	PURPLE_DBUS_REGISTER_POINTER(err, PurpleConnectionErrorInfo);
 
 	err->type = type;
 	err->description = g_strdup(description);