Hey,
I have a couple of trivial patches:
* mc-protocol-params-reversed.patch
Makes the empathy account editor look nicer for generic account types.
Without this patch, all haze accounts for example have "Password:" on
first line and "Account id:" on the second, which is reversed from all
"native" account types.
* telepathy-haze-status-conversion.patch
Fix a libpurple/telepathy presence status conversion for "busy"
status. Looks like a typo in the code.
Tambet
Index: telepathy-mission-control-4.67/libmissioncontrol/mc-protocol.c
===================================================================
--- telepathy-mission-control-4.67.orig/libmissioncontrol/mc-protocol.c
+++ telepathy-mission-control-4.67/libmissioncontrol/mc-protocol.c
@@ -341,6 +341,7 @@ _mc_protocol_from_keyfile (GKeyFile *key
}
g_strfreev (keys);
+ params = g_slist_reverse (params);
return _mc_protocol_new (manager_name, name, params);
}
Index: telepathy-haze-0.3.0/src/connection-presence.c
===================================================================
--- telepathy-haze-0.3.0.orig/src/connection-presence.c
+++ telepathy-haze-0.3.0/src/connection-presence.c
@@ -43,7 +43,7 @@ typedef enum {
static const TpPresenceStatusSpec statuses[] = {
{ "available", TP_CONNECTION_PRESENCE_TYPE_AVAILABLE, TRUE,
arg_specs, NULL, NULL },
- { "busy", TP_CONNECTION_PRESENCE_TYPE_AWAY, TRUE,
+ { "busy", TP_CONNECTION_PRESENCE_TYPE_BUSY, TRUE,
arg_specs, NULL, NULL },
{ "away", TP_CONNECTION_PRESENCE_TYPE_AWAY, TRUE,
arg_specs, NULL, NULL },
_______________________________________________
telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy