aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-01 05:39:45 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-01 05:39:45 +0800
commit040b546a6e265a82700b4659dfec221c38c7d40e (patch)
treefc8904a7f98d71622436d3df6df7fea96c43ae29 /ChangeLog
parent0a1d99faa339cf89c80b156305688ee4901578bb (diff)
downloadgsoc2013-epiphany-040b546a6e265a82700b4659dfec221c38c7d40e.tar
gsoc2013-epiphany-040b546a6e265a82700b4659dfec221c38c7d40e.tar.gz
gsoc2013-epiphany-040b546a6e265a82700b4659dfec221c38c7d40e.tar.bz2
gsoc2013-epiphany-040b546a6e265a82700b4659dfec221c38c7d40e.tar.lz
gsoc2013-epiphany-040b546a6e265a82700b4659dfec221c38c7d40e.tar.xz
gsoc2013-epiphany-040b546a6e265a82700b4659dfec221c38c7d40e.tar.zst
gsoc2013-epiphany-040b546a6e265a82700b4659dfec221c38c7d40e.zip
Use approximate_digit_width, and use a smaller number of chars. From bug
2004-12-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (tab_label_style_set_cb): Use approximate_digit_width, and use a smaller number of chars. From bug #153725.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d0d986c5..1a4430213 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-notebook.c: (tab_label_style_set_cb):
+
+ Use approximate_digit_width, and use a smaller number of chars.
+ From bug #153725.
+
+2004-12-31 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EphyBrowser.h:
Fix compilation in the !HAVE_MOZILLA_PSM case.