From: Colin Leroy Date: Wed, 28 Dec 2011 09:47:41 +0000 (+0000) Subject: 2011-12-28 [colin] 3.8.0cvs6 X-Git-Tag: rel_3_8_1~54 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=641531f7e5e2c5b7e0207dfd72dff31e52b7e8ca 2011-12-28 [colin] 3.8.0cvs6 * src/mimeview.c Fix fix --- diff --git a/ChangeLog b/ChangeLog index 6607850c8..0b2128a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-28 [colin] 3.8.0cvs6 + + * src/mimeview.c + Fix fix + 2011-12-28 [colin] 3.8.0cvs5 * src/mimeview.c diff --git a/PATCHSETS b/PATCHSETS index a8e78deb0..e5ebf8326 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -4322,3 +4322,4 @@ ( cvs diff -u -r 1.155.2.97 -r 1.155.2.98 src/Makefile.am; ) > 3.8.0cvs3.patchset ( cvs diff -u -r 1.2.2.23 -r 1.2.2.24 src/ldapctrl.c; ) > 3.8.0cvs4.patchset ( cvs diff -u -r 1.83.2.184 -r 1.83.2.185 src/mimeview.c; ) > 3.8.0cvs5.patchset +( cvs diff -u -r 1.83.2.185 -r 1.83.2.186 src/mimeview.c; ) > 3.8.0cvs6.patchset diff --git a/configure.ac b/configure.ac index 76bac117e..ebd3bd8fc 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=8 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=5 +EXTRA_VERSION=6 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/mimeview.c b/src/mimeview.c index 1c7e9ae62..5a55e07b7 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -309,7 +309,7 @@ MimeView *mimeview_create(MainWindow *mainwin) renderer = gtk_cell_renderer_text_new(); #if(GTK_CHECK_VERSION(2,18,0)) gtk_cell_renderer_set_alignment(renderer, 1, 0.5); -#end +#endif cols = gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(ctree), -1, titles[COL_SIZE], renderer, "text", COL_SIZE, NULL);