summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorNathan Walp <nwalp@pidgin.im>2012-09-10 16:30:16 -0400
committerNathan Walp <nwalp@pidgin.im>2012-09-10 16:30:16 -0400
commit83a58d8ccd6f75162a84d82a7f732455247453be (patch)
tree49b41d55fe6eff503f1ce60a60ea15d94aa2dce3 /pidgin/gtkconv.h
parentf7a75f456167a537d4b8451efdfb9ae665e79dd5 (diff)
downloadpidgin-83a58d8ccd6f75162a84d82a7f732455247453be.tar.gz
now loads the SenderColors.txt file from the theme if it exists, otherwise falls back to the built-in runtime-generated list
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index c3b6567dec..323858abc7 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -101,6 +101,7 @@ struct _PidginConversation
GtkWidget *menu_tabby;
PidginConvTheme *theme;
+ GArray *nick_colors;
PurpleMessageFlags last_flags;
GtkWidget *webview;
GtkWidget *entry;