summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-12 03:50:01 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-12 03:50:01 -0500
commit7db7a6a720e7587d83a70dd14d0dfc7ae4178084 (patch)
tree6a59072f1fdb5bb8486bf31ae6fe6be476b81c52 /pidgin/gtkconv.h
parent4ae9a093c26fad9fd4065bed24b663a2f98157a3 (diff)
downloadpidgin-7db7a6a720e7587d83a70dd14d0dfc7ae4178084.tar.gz
Use icon names for chat emblems
Testing Done: Joined devel@conference.pidgin.im and saw op/half-op/voice emblems on chat list. Not sure about the unassigned emblem as nobody has no role there. Reviewed at https://reviews.imfreedom.org/r/1035/
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 9b4cd48ec0..a7ef12f37a 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -64,7 +64,7 @@ enum {
CHAT_USERS_FLAGS_COLUMN,
CHAT_USERS_COLOR_COLUMN,
CHAT_USERS_WEIGHT_COLUMN,
- CHAT_USERS_ICON_STOCK_COLUMN,
+ CHAT_USERS_ICON_NAME_COLUMN,
CHAT_USERS_COLUMNS
};