[network-manager-applet/NMA_0_8] applet: fix fallback icon image type
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/NMA_0_8] applet: fix fallback icon image type
- Date: Fri, 31 Dec 2010 06:14:23 +0000 (UTC)
commit b5e470a363586e2e7c71295ee2295ba9061673e0
Author: Dan Williams <dcbw redhat com>
Date: Fri Dec 31 00:14:26 2010 -0600
applet: fix fallback icon image type
src/applet.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index a810339..09a977b 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -2792,7 +2792,7 @@ nma_icons_reload (NMApplet *applet)
nma_icons_free (applet);
- loader = gdk_pixbuf_loader_new_with_type ("image/png", &error);
+ loader = gdk_pixbuf_loader_new_with_type ("png", &error);
if (!loader)
goto error;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]