im.pidgin.pidgin.2.3.1: cdcd8ff860bb084dc924d7e93b2b202e23e29362

nosnilmot at pidgin.im nosnilmot at pidgin.im
Wed Dec 5 20:36:42 EST 2007


-----------------------------------------------------------------
Revision: cdcd8ff860bb084dc924d7e93b2b202e23e29362
Ancestor: 57fc9a244c05b473e68ff8f7877bf317aee43980
Author: nosnilmot at pidgin.im
Date: 2007-12-06T01:15:16
Branch: im.pidgin.pidgin.2.3.1

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

applied changes from a4457df21cf62912790af83e75ca4dbcac49c959
             through c62c3c810cef3a653af3b2eb3049b3b93d662e8a
Set a default exchange for joining oscar chats so finch can join chats
without explicitly specifying one

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	95f012a1c7c1ffa4468dd449e67cbe1c582f1b7b
+++ libpurple/protocols/oscar/oscar.c	75080a209fc3fb5c2293828c1c9f8e960ac0a39b
@@ -5364,6 +5364,7 @@ GHashTable *oscar_chat_info_defaults(Pur
 
 	if (chat_name != NULL)
 		g_hash_table_insert(defaults, "room", g_strdup(chat_name));
+	g_hash_table_insert(defaults, "exchange", g_strdup("4"));
 
 	return defaults;
 }


More information about the Commits mailing list