From 3c6de5648537672ceeab196073f193e65d2c6363 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 2 Mar 2001 22:56:33 +0000 Subject: Added a comment reminding us that we should probably not force a 2001-03-02 Jeffrey Stedfast * 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 --- composer/ChangeLog | 6 ++++++ composer/e-icon-list.c | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + * 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 * 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", -- cgit v1.2.3