aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-18 13:54:39 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-18 13:54:39 -0400
commitc5639915fb09ac4dd6f52640a09ca4f3dfba604d (patch)
treefbd6cb76991d7149121631f6bd2e3b0cd4489f95 /src
parent344eaf62015d77d1cd6885bda807a2e8fcb16b3b (diff)
downloadayatana-indicator-notifications-c5639915fb09ac4dd6f52640a09ca4f3dfba604d.tar.gz
ayatana-indicator-notifications-c5639915fb09ac4dd6f52640a09ca4f3dfba604d.tar.bz2
ayatana-indicator-notifications-c5639915fb09ac4dd6f52640a09ca4f3dfba604d.zip
Updating icon path to correct location in preparation for proper install.
Diffstat (limited to 'src')
-rw-r--r--src/indicator-notifications.c2
1 files changed, 1 insertions, 1 deletions
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) {