2006-03-27 [colin] 2.0.0cvs177
authorColin Leroy <colin@colino.net>
Mon, 27 Mar 2006 16:45:49 +0000 (16:45 +0000)
committerColin Leroy <colin@colino.net>
Mon, 27 Mar 2006 16:45:49 +0000 (16:45 +0000)
* src/textview.c
Set margin to 3px for headers

ChangeLog
PATCHSETS
configure.ac
src/textview.c

index 805dc01af072b226339b6e61c5ce8c616d09e0b7..fe0578fde160c062ec63f89632b287c0b63306b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-27 [colin]     2.0.0cvs177
+
+       * src/textview.c
+               Set margin to 3px for headers
+
 2006-03-27 [paul]
 
        2.1.0-rc2 released
index e197df0927240a2f237b863f1f1d806f9390d3c7..470bf7e490de7085d641676e70d31634c13833ca 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.3.2.6 -r 1.3.2.7 src/common/quoted-printable.c;  cvs diff -u -r 1.60.2.55 -r 1.60.2.56 src/addressbook.c;  ) > 2.0.0cvs174.patchset
 ( cvs diff -u -r 1.382.2.256 -r 1.382.2.257 src/compose.c;  ) > 2.0.0cvs175.patchset
 ( cvs diff -u -r 1.395.2.188 -r 1.395.2.189 src/summaryview.c;  ) > 2.0.0cvs176.patchset
+( cvs diff -u -r 1.96.2.104 -r 1.96.2.105 src/textview.c;  ) > 2.0.0cvs177.patchset
index 4659b71c5560f2aff7e2a3574241927bf982b83d..911e6169794deed33ca338dffc8837f35ceb0615 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=176
+EXTRA_VERSION=177
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 3f49e4c1f592adce96ca431dfaec320a2d1f7d5a..4c3455b8236e87f6f00d7a6c211b8408f6f0803a 100644 (file)
@@ -383,7 +383,7 @@ static void textview_create_tags(GtkTextView *text, TextView *textview)
                                   "pixels-below-lines", 0,
                                   "pixels-below-lines-set", TRUE,
                                   "font-desc", font_desc,
-                                  "left-margin", 0,
+                                  "left-margin", 3,
                                   "left-margin-set", TRUE,
                                   NULL);
        gtk_text_buffer_create_tag(buffer, "header_title",