Mercurial > pidgin.yaz
comparison libpurple/protocols/myspace/myspace.c @ 30089:29df7408df03
Eliminate the name collisions on "Title". I have a few qualms:
* I'm only guessing that Novell and Mxit's "Title" corresponds to
the same thing as Jabber's (i.e. the vCard spec)
* I changed MySpace and MSN's tune names to be in line with XMPP's,
but they seem a bit ugly.
* See the XXX in QQ
Closes #1157, hopefully
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 04 Apr 2010 04:31:54 +0000 |
parents | 2cb6ea4420a0 |
children | 2a436e0ce977 |
comparison
equal
deleted
inserted
replaced
30088:97e3a0bc963c | 30089:29df7408df03 |
---|---|
501 NULL, /* name - use default */ | 501 NULL, /* name - use default */ |
502 FALSE, /* saveable */ | 502 FALSE, /* saveable */ |
503 TRUE, /* should be user_settable some day */ | 503 TRUE, /* should be user_settable some day */ |
504 TRUE, /* independent */ | 504 TRUE, /* independent */ |
505 | 505 |
506 PURPLE_TUNE_ARTIST, _("Artist"), purple_value_new(PURPLE_TYPE_STRING), | 506 PURPLE_TUNE_ARTIST, _("Tune Artist"), purple_value_new(PURPLE_TYPE_STRING), |
507 PURPLE_TUNE_TITLE, _("Title"), purple_value_new(PURPLE_TYPE_STRING), | 507 PURPLE_TUNE_TITLE, _("Tune Title"), purple_value_new(PURPLE_TYPE_STRING), |
508 NULL); | 508 NULL); |
509 | 509 |
510 types = g_list_append(types, status); | 510 types = g_list_append(types, status); |
511 | 511 |
512 return types; | 512 return types; |