Comment out MILK_TYPE_TASK until we've defined it.
authorTravis Reitter <treitter@torizo.(none)>
Mon, 21 Sep 2009 02:23:09 +0000 (19:23 -0700)
committerTravis Reitter <treitter@gmail.com>
Fri, 4 Dec 2009 06:01:12 +0000 (22:01 -0800)
src/milk-list-store.c

index 69c5c10..6badb83 100644 (file)
@@ -68,8 +68,9 @@ milk_list_store_get_column_type (GtkTreeModel *model,
                         return G_TYPE_UINT;
 
                 case MILK_LIST_STORE_COLUMN_TASK:
-                        /* FIXME: define the MilkTask class */
-                        return MILK_TYPE_TASK;
+                        /* FIXME: define the MilkTask class and use
+                         * MILK_TYPE_TASK here */
+                        return G_TYPE_STRING;
 
                 default:
                         g_warning (G_STRLOC ": invalid column: %d", column);