diff options
author | Iain Holmes <iain@helixcode.com> | 2000-10-02 08:42:10 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-02 08:42:10 +0800 |
commit | 3026d9fc5c8839886649d67bd6313b027a1f08a1 (patch) | |
tree | d7b259cd88ea0d90630548b5fd6aa1a24c1e57ae /composer/bad-icon.xpm | |
parent | 2e03d9ba66e36940b3f3f4181271508965bf9ad2 (diff) | |
download | gsoc2013-evolution-3026d9fc5c8839886649d67bd6313b027a1f08a1.tar.gz gsoc2013-evolution-3026d9fc5c8839886649d67bd6313b027a1f08a1.tar.zst gsoc2013-evolution-3026d9fc5c8839886649d67bd6313b027a1f08a1.zip |
If the description of an attachment is a blank string, revert to
2000-10-02 Iain Holmes <iain@helixcode.com>
* e-msg-composer-attachment-bar.c: If the description of an attachment
is a blank string, revert to displaying the filename.
2000-10-01 Iain Holmes <iain@helixcode.com>
* e-icon-list.c: If you try to add an icon from a file that doesn't
exist put a "Broken icon" image.
* bad-icon.xpm: Broken icon image.
svn path=/trunk/; revision=5652
Diffstat (limited to 'composer/bad-icon.xpm')
-rw-r--r-- | composer/bad-icon.xpm | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/composer/bad-icon.xpm b/composer/bad-icon.xpm new file mode 100644 index 0000000000..0a9cac23cd --- /dev/null +++ b/composer/bad-icon.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * bad_icon_xpm[] = { +"48 48 2 1", +" g None", +". g #000000", +"................................................", +". .", +". .", +". .", +". .", +". .", +". .", +". .", +". .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". .. .", +". .. .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". . . .", +". .", +". .", +". .", +". .", +". .", +". .", +"................................................"}; |