From c5639915fb09ac4dd6f52640a09ca4f3dfba604d Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Wed, 18 May 2011 13:54:39 -0400 Subject: Updating icon path to correct location in preparation for proper install. --- src/indicator-notifications.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c index 72e806c..51911ed 100644 --- a/src/indicator-notifications.c +++ b/src/indicator-notifications.c @@ -338,7 +338,7 @@ load_icon(const gchar *name, guint size) GError *error = NULL; - gchar *path = g_strdup_printf(ICONS_DIR "/%s.svg", name); + gchar *path = g_strdup_printf(ICONS_DIR "/hicolor/scalable/status/%s.svg", name); GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file_at_scale(path, size, size, FALSE, &error); if(error != NULL) { -- cgit v1.2.3