commit 641531f7e5e2c5b7e0207dfd72dff31e52b7e8ca
parent 85bb8155f2128fad1dbdb56791a19f013ceb6b76
Author: Colin Leroy <colin@colino.net>
Date: Wed, 28 Dec 2011 09:47:41 +0000
2011-12-28 [colin] 3.8.0cvs6
* src/mimeview.c
Fix fix
Diffstat:
4 files changed, 8 insertions(+), 2 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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);