src/gtklist.h

changeset 4918
0600d084c97a
parent 4916
11b8fd3f8ffc
child 4929
747c1bc83be4
--- a/src/gtklist.h	Mon Mar 31 07:51:01 2003 +0000
+++ b/src/gtklist.h	Mon Mar 31 08:54:09 2003 +0000
@@ -52,7 +52,7 @@
 	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. */ 
+	gboolean editmode;              /**< TRUE if offline buddies are to be shown in the list. */ 
 
 	GtkTreeViewColumn *idle_column, 
 		*warning_column, 

mercurial