From bfa3d18d545bc9150f893ba8fb1d2edc43725f1f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 11 Jan 2011 23:25:54 +0200 Subject: [PATCH] * mug-msg-list-view.c: cosmetic --- toys/mug2/mug-msg-list-view.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/toys/mug2/mug-msg-list-view.c b/toys/mug2/mug-msg-list-view.c index 2a11b909..abe44631 100644 --- a/toys/mug2/mug-msg-list-view.c +++ b/toys/mug2/mug-msg-list-view.c @@ -183,12 +183,12 @@ mug_msg_list_view_init (MugMsgListView * obj) priv->_xpath = priv->_query = NULL; priv->_store = gtk_list_store_new (MUG_N_COLS, G_TYPE_STRING, /* date */ - G_TYPE_STRING, /* folder */ - G_TYPE_STRING, /* flagstr */ - G_TYPE_STRING, /* from */ - G_TYPE_STRING, /* to */ - G_TYPE_STRING, /* subject */ - G_TYPE_STRING, /* path */ + G_TYPE_STRING,/* folder */ + G_TYPE_STRING,/* flagstr */ + G_TYPE_STRING, /* from */ + G_TYPE_STRING,/* to */ + G_TYPE_STRING,/* subject */ + G_TYPE_STRING, /* path */ G_TYPE_UINT, /* prio */ G_TYPE_UINT, /* flags */ G_TYPE_INT); /* timeval */