aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 0e7eac06e1..0dc919d307 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -148,6 +148,11 @@ on_url_requested (GtkHTML *html, const char *url, GtkHTMLStreamHandle handle,
if (strncmp (url, "x-gnome-icon:", 13) == 0) {
const char *name = url + 13;
+ /* FIXME: gnome_pixmap_file will cheerily accept icon
+ * names like "../../../dev/zero". Anyway, this whole
+ * hack needs to be replaced with something more
+ * efficient anyway.
+ */
char *path = gnome_pixmap_file (name);
int fd;