* mug-msg-list-view.c: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2011-01-11 23:25:54 +02:00
parent 514b680b6a
commit bfa3d18d54
1 changed files with 6 additions and 6 deletions

View File

@ -183,12 +183,12 @@ mug_msg_list_view_init (MugMsgListView * obj)
priv->_xpath = priv->_query = NULL; priv->_xpath = priv->_query = NULL;
priv->_store = gtk_list_store_new (MUG_N_COLS, G_TYPE_STRING, /* date */ priv->_store = gtk_list_store_new (MUG_N_COLS, G_TYPE_STRING, /* date */
G_TYPE_STRING, /* folder */ G_TYPE_STRING,/* folder */
G_TYPE_STRING, /* flagstr */ G_TYPE_STRING,/* flagstr */
G_TYPE_STRING, /* from */ G_TYPE_STRING, /* from */
G_TYPE_STRING, /* to */ G_TYPE_STRING,/* to */
G_TYPE_STRING, /* subject */ G_TYPE_STRING,/* subject */
G_TYPE_STRING, /* path */ G_TYPE_STRING, /* path */
G_TYPE_UINT, /* prio */ G_TYPE_UINT, /* prio */
G_TYPE_UINT, /* flags */ G_TYPE_UINT, /* flags */
G_TYPE_INT); /* timeval */ G_TYPE_INT); /* timeval */