From 0cbcbd88dc1821831777743bb1ff4f79bb4277d9 Mon Sep 17 00:00:00 2001 From: Tristan Chabredier Date: Wed, 13 Sep 2006 09:15:17 +0000 Subject: [PATCH] 2006-09-13 [wwp] 2.4.0cvs180 * src/prefs_common.c fix broken font entry in prefs (patch issued by the gpg4win team, probably by Marcus Brinkmann ). --- ChangeLog | 6 ++++++ PATCHSETS | 1 + configure.ac | 2 +- src/prefs_common.c | 4 ++-- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9f4a2c91..6ea9d1634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-13 [wwp] 2.4.0cvs180 + + * src/prefs_common.c + fix broken font entry in prefs (patch issued by the gpg4win team, + probably by Marcus Brinkmann ). + 2006-09-13 [colin] 2.4.0cvs179 * src/folder.h diff --git a/PATCHSETS b/PATCHSETS index 8919c9438..16788ee05 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1871,3 +1871,4 @@ ( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 manual/fr/addrbook.xml; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 manual/fr/handling.xml; ) > 2.4.0cvs177.patchset ( cvs diff -u -r 1.60.2.41 -r 1.60.2.42 src/prefs_actions.c; cvs diff -u -r 1.1.4.29 -r 1.1.4.30 src/prefs_filtering_action.c; cvs diff -u -r 1.43.2.46 -r 1.43.2.47 src/prefs_matcher.c; ) > 2.4.0cvs178.patchset ( cvs diff -u -r 1.87.2.29 -r 1.87.2.30 src/folder.h; cvs diff -u -r 1.274.2.149 -r 1.274.2.150 src/mainwindow.c; cvs diff -u -r 1.395.2.247 -r 1.395.2.248 src/summaryview.c; cvs diff -u -r 1.68.2.25 -r 1.68.2.26 src/summaryview.h; ) > 2.4.0cvs179.patchset +( cvs diff -u -r 1.204.2.100 -r 1.204.2.101 src/prefs_common.c; ) > 2.4.0cvs180.patchset diff --git a/configure.ac b/configure.ac index 22f6576fa..b22e9fc55 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=179 +EXTRA_VERSION=180 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/prefs_common.c b/src/prefs_common.c index e28d2b96d..ad91aa172 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -95,8 +95,8 @@ static PrefParam param_os_specific[] = { &prefs_common.widgetfont, P_STRING, NULL, NULL, NULL}, {"message_font_gtk2", "Monospace 9", &prefs_common.textfont, P_STRING, NULL, NULL, NULL}, - {"print_font_gtk2", "Monospace 9" - &prefs_common.printfont + {"print_font_gtk2", "Monospace 9", + &prefs_common.printfont, P_STRING, NULL, NULL, NULL}, {"small_font_gtk2", "Sans 9", &prefs_common.smallfont, P_STRING, NULL, NULL, NULL}, {"normal_font_gtk2", "Sans 9", -- 2.25.1