--- a/src/gtklist.h Mon Mar 31 02:38:44 2003 +0000 +++ b/src/gtklist.h Mon Mar 31 07:19:46 2003 +0000 @@ -52,6 +52,8 @@ GtkWidget *treeview; /**< It's a treeview... d'uh. */ GtkTreeStore *treemodel; /**< This is the treemodel. */ + gboolean *editmode; /**< TRUE if offline buddies are to be shown in the list. */ + GtkTreeViewColumn *idle_column, *warning_column, *buddy_icon_column;