(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 30 Apr 2013 12:35:03 +0000 (12:35 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 30 Apr 2013 12:35:03 +0000 (12:35 +0000)
src/main.c

index 59f3999..a38238d 100644 (file)
@@ -373,7 +373,6 @@ int headline_cursor_changed_cbk(GtkTreeView *treeview, gpointer data)
                gtk_label_set_text(w_headline_title, headline->title);
                gtk_label_set_text(w_headline_date, ctime(&headline->date));
 
-
                str = ttrss_get_headline_content(headline);
 
                if (str) {