diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-24 03:37:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-24 03:37:11 +0800 |
commit | 9b21f6d8fb7315ee3ad449d118f65f3819274a83 (patch) | |
tree | 0d744d3691db4c49febb40f2400053b898ba02fc /composer/e-icon-list.c | |
parent | 621e8e3bfa51d81a6f24057d93328b00fb3b5cf3 (diff) | |
download | gsoc2013-evolution-9b21f6d8fb7315ee3ad449d118f65f3819274a83.tar gsoc2013-evolution-9b21f6d8fb7315ee3ad449d118f65f3819274a83.tar.gz gsoc2013-evolution-9b21f6d8fb7315ee3ad449d118f65f3819274a83.tar.bz2 gsoc2013-evolution-9b21f6d8fb7315ee3ad449d118f65f3819274a83.tar.lz gsoc2013-evolution-9b21f6d8fb7315ee3ad449d118f65f3819274a83.tar.xz gsoc2013-evolution-9b21f6d8fb7315ee3ad449d118f65f3819274a83.tar.zst gsoc2013-evolution-9b21f6d8fb7315ee3ad449d118f65f3819274a83.zip |
Removed a #warning.
* e-icon-list.c (icon_new_from_pixbuf): Removed a #warning.
* e-msg-composer-attachment-bar.c (size_to_string): Don't use dots
here so we don't get funny wrapping from GnomeIconList. [#236]
svn path=/trunk/; revision=18176
Diffstat (limited to 'composer/e-icon-list.c')
-rw-r--r-- | composer/e-icon-list.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer/e-icon-list.c b/composer/e-icon-list.c index a5e7ac45cd..9b5f80bff0 100644 --- a/composer/e-icon-list.c +++ b/composer/e-icon-list.c @@ -1014,8 +1014,7 @@ icon_new_from_pixbuf (EIconList *eil, GdkPixbuf *im, "use_broken_event_handling", FALSE, NULL); - /* FIXME: should this use a selectable font?? */ -#warning "Ettore: should we allow this font to be selectable??" + /* FIXME: Use GTK+ font. */ gnome_icon_text_item_configure (icon->text, 0, 0, priv->icon_width, "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1", |