From 4098fe52684601ccf8eaa5aee1511c88533c497b Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 17 Mar 2013 16:22:54 +0200 Subject: [PATCH] * minor --- toys/mug/mu-msg-attach-view.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toys/mug/mu-msg-attach-view.c b/toys/mug/mu-msg-attach-view.c index 3368d700..fb128178 100644 --- a/toys/mug/mu-msg-attach-view.c +++ b/toys/mug/mu-msg-attach-view.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011-2012 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify it ** under the terms of the GNU General Public License as published by the @@ -252,8 +252,8 @@ each_part (MuMsg *msg, MuMsgPart *part, CBData *cbdata) pixbuf = mu_widget_util_get_icon_pixbuf_for_content_type (ctype, 16); if (!pixbuf) { - g_warning ("%s: could not get icon pixbuf for '%s'", - __FUNCTION__, ctype); + g_debug ("%s: could not get icon pixbuf for '%s'", + __FUNCTION__, ctype); pixbuf = mu_widget_util_get_icon_pixbuf_for_content_type ("application/octet-stream", 16); }