Re: [Evolution] evolution 2.0.4 : small font in ASCII composer, normal in HTML
- From: Ow Mun Heng <Ow Mun Heng wdc com>
- To: Evolution-list <evolution lists ximian com>
- Subject: Re: [Evolution] evolution 2.0.4 : small font in ASCII composer, normal in HTML
- Date: Mon, 07 Mar 2005 11:55:13 +0800
On Fri, 2005-03-04 at 21:05 +0100, Charles Bueche wrote:
Hi,
platform : laptop with Gentoo, evolution 2.0.4 emerged. evo 2.0.4 needed
pango, shared-mime-info, gtk+, libgnomeui, and evolution-data-server.
Now, composing emails in ASCII is using a very small font for the body.
I didn't touch the setup.
I sort of have the same problem as well. This is also a gentoo box.
I've just upgraded from 2.0.2 to 2.0.2-r1 due to a few security changes
if not mistaken.
--- evolution-1.0.5.orig/camel/camel-lock-helper.c 2001-10-27
18:59:27.000000000 +0200
+++ evolution-1.0.5/camel/camel-lock-helper.c 2005-01-21
16:57:44.000000000 +0100
@@ -360,6 +360,8 @@ int main(int argc, char **argv)
switch(msg.id) {
case CAMEL_LOCK_HELPER_LOCK:
res = CAMEL_LOCK_HELPER_STATUS_NOMEM;
+ if (msg.data+1 < msg.data)
+ break;
path = malloc(msg.data+1);
if (path != NULL) {
res =
CAMEL_LOCK_HELPER_STATUS_PROTOCOL;
Based on the code above, I fail to see how/why it would affect the fonts
in such a way.
I've even tried to change the font sizes but it ended up worse because
when composing a new message, pressing the TAB key will cause the cursor
to either appear further away (left/right) from the last letter written.
eg:
aa<cursor> [TAB][TAB] <cursor>[space][space]bbb
--
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz
98% Microsoft(tm) Free!!
Neuromancer 11:48:20 up 2:48, 6 users, load average: 0.27, 0.11, 0.11
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]