aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-24 05:45:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-24 05:45:03 +0800
commiteba0af0c6a80d2027eb443202f101149f607a5ea (patch)
tree2b7ad43f7963c91698a3408c5594ddfaa28fec66 /shell/ChangeLog
parent1b44ee08d8c16d5cb2d2de890c93a076585c0ba2 (diff)
downloadgsoc2013-evolution-eba0af0c6a80d2027eb443202f101149f607a5ea.tar
gsoc2013-evolution-eba0af0c6a80d2027eb443202f101149f607a5ea.tar.gz
gsoc2013-evolution-eba0af0c6a80d2027eb443202f101149f607a5ea.tar.bz2
gsoc2013-evolution-eba0af0c6a80d2027eb443202f101149f607a5ea.tar.lz
gsoc2013-evolution-eba0af0c6a80d2027eb443202f101149f607a5ea.tar.xz
gsoc2013-evolution-eba0af0c6a80d2027eb443202f101149f607a5ea.tar.zst
gsoc2013-evolution-eba0af0c6a80d2027eb443202f101149f607a5ea.zip
(get_max_clipped_label_width): Use
clipped_label->layout instead of creating a new PangoLayout; this way we respect the actual font being used. svn path=/trunk/; revision=19603
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 77e4b991b4..d217493014 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2003-01-23 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-folder-title-bar.c (get_max_clipped_label_width): Use
+ clipped_label->layout instead of creating a new PangoLayout; this
+ way we respect the actual font being used.
+
+2003-01-23 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c (create_label_for_empty_page): Update for new
args to e_clipped_label_new().