aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-03 06:56:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-03 06:56:33 +0800
commit3c6de5648537672ceeab196073f193e65d2c6363 (patch)
tree5e2f71bf8a929e9646fc7f5f79bbe98eb0ef3eb2
parent3e3a1d5e1c0ef98beee290149a31bc3ed7ea3cd5 (diff)
downloadgsoc2013-evolution-3c6de5648537672ceeab196073f193e65d2c6363.tar
gsoc2013-evolution-3c6de5648537672ceeab196073f193e65d2c6363.tar.gz
gsoc2013-evolution-3c6de5648537672ceeab196073f193e65d2c6363.tar.bz2
gsoc2013-evolution-3c6de5648537672ceeab196073f193e65d2c6363.tar.lz
gsoc2013-evolution-3c6de5648537672ceeab196073f193e65d2c6363.tar.xz
gsoc2013-evolution-3c6de5648537672ceeab196073f193e65d2c6363.tar.zst
gsoc2013-evolution-3c6de5648537672ceeab196073f193e65d2c6363.zip
Added a comment reminding us that we should probably not force a
2001-03-02 Jeffrey Stedfast <fejj@ximian.com> * e-icon-list.c (icon_new_from_pixbuf): Added a comment reminding us that we should probably not force a particular font in the icon caption. svn path=/trunk/; revision=8531
-rw-r--r--composer/ChangeLog6
-rw-r--r--composer/e-icon-list.c4
2 files changed, 9 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index d3aad74928..0c4683df8a 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-02 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-icon-list.c (icon_new_from_pixbuf): Added a comment reminding
+ us that we should probably not force a particular font in the icon
+ caption.
+
2001-02-27 Dan Winship <danw@ximian.com>
* evolution-composer.c (factory_fn): If
diff --git a/composer/e-icon-list.c b/composer/e-icon-list.c
index d71ecc262f..1586fbace4 100644
--- a/composer/e-icon-list.c
+++ b/composer/e-icon-list.c
@@ -1007,7 +1007,9 @@ icon_new_from_pixbuf (EIconList *eil, GdkPixbuf *im,
gnome_canvas_item_set (GNOME_CANVAS_ITEM (icon->text),
"use_broken_event_handling", FALSE,
NULL);
-
+
+ /* FIXME: should this use a selectable font?? */
+#warning "Ettore: should we allow this font to be selectable??"
gnome_icon_text_item_configure (icon->text,
0, 0, priv->icon_width,
"-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1",