Mercurial > pidgin
changeset 11569:ea98c27f1a34
[gaim-migrate @ 13836]
ok, I got the priority stuff backwords
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 26 Sep 2005 01:07:53 +0000 |
parents | e36f0f9debb5 |
children | f1e07c3332d9 |
files | src/protocols/jabber/jabber.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c Mon Sep 26 00:08:08 2005 +0000 +++ b/src/protocols/jabber/jabber.c Mon Sep 26 01:07:53 2005 +0000 @@ -1007,7 +1007,7 @@ types = g_list_append(types, type); priority_value = gaim_value_new(GAIM_TYPE_INT); - gaim_value_set_int(priority_value, 0); + gaim_value_set_int(priority_value, 1); type = gaim_status_type_new_with_attrs(GAIM_STATUS_AVAILABLE, "available", _("Available"), TRUE, TRUE, FALSE, "priority", _("Priority"), priority_value, "message", _("Message"), @@ -1015,7 +1015,7 @@ types = g_list_append(types, type); priority_value = gaim_value_new(GAIM_TYPE_INT); - gaim_value_set_int(priority_value, 0); + gaim_value_set_int(priority_value, 1); type = gaim_status_type_new_with_attrs(GAIM_STATUS_AVAILABLE, "chat", _("Chatty"), TRUE, TRUE, FALSE, "priority", _("Priority"), priority_value, "message", _("Message"), @@ -1023,7 +1023,7 @@ types = g_list_append(types, type); priority_value = gaim_value_new(GAIM_TYPE_INT); - gaim_value_set_int(priority_value, 5); + gaim_value_set_int(priority_value, 0); type = gaim_status_type_new_with_attrs(GAIM_STATUS_AWAY, "away", _("Away"), TRUE, TRUE, FALSE, "priority", _("Priority"), priority_value, "message", _("Message"), @@ -1031,7 +1031,7 @@ types = g_list_append(types, type); priority_value = gaim_value_new(GAIM_TYPE_INT); - gaim_value_set_int(priority_value, 10); + gaim_value_set_int(priority_value, 0); type = gaim_status_type_new_with_attrs(GAIM_STATUS_EXTENDED_AWAY, "xa", _("Extended Away"), TRUE, TRUE, FALSE, "priority", _("Priority"), priority_value, "message", _("Message"), @@ -1039,7 +1039,7 @@ types = g_list_append(types, type); priority_value = gaim_value_new(GAIM_TYPE_INT); - gaim_value_set_int(priority_value, 20); + gaim_value_set_int(priority_value, 0); type = gaim_status_type_new_with_attrs(GAIM_STATUS_UNAVAILABLE, "dnd", _("Do Not Disturb"), TRUE, TRUE, FALSE, "priority", _("Priority"), priority_value, "message", _("Message"),