aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-notifications.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indicator-notifications.c')
-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) {