soc.2010.detachablepurple: 5592c43d: Fixed typo in previous commit.

gillux at soc.pidgin.im gillux at soc.pidgin.im
Fri Jul 16 01:16:58 EDT 2010


----------------------------------------------------------------------
Revision: 5592c43d412cfd0a12547ae00b653b4a3bc93033
Parent:   b75e8820d5e4bd0fff4903fd9a36149a184efc0e
Author:   gillux at soc.pidgin.im
Date:     07/15/10 21:59:38
Branch:   im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/5592c43d412cfd0a12547ae00b653b4a3bc93033

Changelog: 

Fixed typo in previous commit.

Changes against parent b75e8820d5e4bd0fff4903fd9a36149a184efc0e

  patched  libpurple/dbus-constructor.c

-------------- next part --------------
============================================================
--- libpurple/dbus-constructor.c	f83a05086d9dd5240dfcc3ea6abc63d1219a8ed4
+++ libpurple/dbus-constructor.c	b470c1c7a72fe0fc1ec7840f11001e2a17dd1642
@@ -308,7 +308,7 @@ load_accounts_cb(GValueArray* box)
 	g_value_init(&val, DBUS_STRUCT_ACCOUNT);
 	g_value_set_boxed(&val, box);
 	dbus_g_type_struct_get(&val,
-		0, &path_name, 1, &protocol_id, 0, &prop_array, G_MAXUINT);
+		0, &path_name, 1, &protocol_id, 2, &prop_array, G_MAXUINT);
 
 	/* First get the username, it is needed to construct the account */
 	username = get_prop_by_name(prop_array, "username");


More information about the Commits mailing list