[empathy: 71/80] Remove unrequired COL_WHAT_EXPANDER



commit d2b2bd1716dbffd4b03422ff99111c04e1a975e6
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Fri May 27 15:37:55 2011 +1000

    Remove unrequired COL_WHAT_EXPANDER

 libempathy-gtk/empathy-log-window.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 590b3c2..b7d3e2e 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -160,7 +160,6 @@ enum
   COL_WHAT_SUBTYPE,
   COL_WHAT_TEXT,
   COL_WHAT_ICON,
-  COL_WHAT_EXPANDER,
   COL_WHAT_COUNT
 };
 
@@ -2275,8 +2274,7 @@ log_window_what_setup (EmpathyLogWindow *window)
       G_TYPE_INT,         /* history type */
       G_TYPE_INT,         /* history subtype */
       G_TYPE_STRING,      /* stringified history type */
-      G_TYPE_STRING,      /* icon */
-      G_TYPE_BOOLEAN);    /* expander (hidden) */
+      G_TYPE_STRING);     /* icon */
 
   model = GTK_TREE_MODEL (store);
   sortable = GTK_TREE_SORTABLE (store);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]