Mercurial > pidgin
changeset 27727:6d9dc2a2a797
merge of '024d245a8148c47c777a691d387fefdc58337f9c'
and '4f11d99af7ba7c9e9151d49663a55cb4c7e44fe2'
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 28 Jul 2009 22:25:41 +0000 |
parents | 644f1d638566 (current diff) 769463505b5c (diff) |
children | a9594824b8a3 |
files | |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/ft.c Tue Jul 28 22:08:04 2009 +0000 +++ b/libpurple/ft.c Tue Jul 28 22:25:41 2009 +0000 @@ -132,6 +132,9 @@ { g_return_if_fail(xfer != NULL); + if (xfer->status == status) + return; + xfer->status = status; if(xfer->type == PURPLE_XFER_SEND) {
--- a/pidgin/plugins/themeedit-icon.c Tue Jul 28 22:08:04 2009 +0000 +++ b/pidgin/plugins/themeedit-icon.c Tue Jul 28 22:25:41 2009 +0000 @@ -73,7 +73,10 @@ }, chatemblems[] = { {PIDGIN_STOCK_STATUS_IGNORED, N_("Ignored")}, {PIDGIN_STOCK_STATUS_FOUNDER, N_("Founder")}, + /* A user in a chat room who has special privileges. */ {PIDGIN_STOCK_STATUS_OPERATOR, N_("Operator")}, + /* A half operator is someone who has a subset of the privileges + that an operator has. */ {PIDGIN_STOCK_STATUS_HALFOP, N_("Half Operator")}, {PIDGIN_STOCK_STATUS_VOICE, N_("Voice")}, {NULL, NULL}