diff src/gtkconv.h @ 9498:6f9bedacac3b

[gaim-migrate @ 10324] (11:14:33) nosnilmot: LSchiere: http://www.nosnilmot.com/patches/gaim-0.80cvs-chat-ignore-graphic.patch (also included is a couple of g_error_free's that were missing elsewhere) (11:14:57) nosnilmot: It's a lot bigger than it could have been because I also switched to using an enum for the column numbers making this column graphical should make it possible to create a graphical display of ops/voice sometime in the (hopefully near) future committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 10 Jul 2004 15:34:40 +0000
parents 44a5bfa4730b
children 0123d883616c
line wrap: on
line diff
--- a/src/gtkconv.h	Sat Jul 10 15:18:02 2004 +0000
+++ b/src/gtkconv.h	Sat Jul 10 15:34:40 2004 +0000
@@ -28,6 +28,12 @@
 
 #include "conversation.h"
 
+enum {
+	CHAT_USERS_ICON_COLUMN,
+	CHAT_USERS_NAME_COLUMN,
+	CHAT_USERS_COLUMNS
+};
+
 /**************************************************************************
  * @name Structures
  **************************************************************************/