diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-28 01:01:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-28 01:01:45 +0800 |
commit | 6d09205d5d4fddba941f7d26ba70e15edcf4ae42 (patch) | |
tree | 97bc1ff62c1f50b0e60aed1b815fa83ee82e0e63 /shell/ChangeLog | |
parent | f79b9679ae7325fba7b258e4d468e8b6b54ab947 (diff) | |
download | gsoc2013-evolution-6d09205d5d4fddba941f7d26ba70e15edcf4ae42.tar.gz gsoc2013-evolution-6d09205d5d4fddba941f7d26ba70e15edcf4ae42.tar.zst gsoc2013-evolution-6d09205d5d4fddba941f7d26ba70e15edcf4ae42.zip |
(timeout_callback): Pass a the context's
language to pango_context_get_metrics() instead of NULL, so the
heights are computed correctly.
svn path=/trunk/; revision=19651
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3b3defa968..5477cae383 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2003-01-27 Ettore Perazzoli <ettore@ximian.com> + * e-shell-about-box.c (timeout_callback): Pass a the context's + language to pango_context_get_metrics() instead of NULL, so the + heights are computed correctly. + +2003-01-27 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-component.c (owner_ping_callback): #if 0'ed out for now, since it seems to cause trouble for local components. (setup_owner_pinging): Likewise. |