diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-03 06:56:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-03 06:56:33 +0800 |
commit | 3c6de5648537672ceeab196073f193e65d2c6363 (patch) | |
tree | 5e2f71bf8a929e9646fc7f5f79bbe98eb0ef3eb2 /composer | |
parent | 3e3a1d5e1c0ef98beee290149a31bc3ed7ea3cd5 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 6 | ||||
-rw-r--r-- | composer/e-icon-list.c | 4 |
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", |