diff options
| author | Jason Conti <jason.conti@gmail.com> | 2011-05-18 13:54:39 -0400 |
|---|---|---|
| committer | Jason Conti <jason.conti@gmail.com> | 2011-05-18 13:54:39 -0400 |
| commit | 8e06bbbcb4f4ccd491a348f13cf438a6dd7c3ec0 (patch) | |
| tree | fbd6cb76991d7149121631f6bd2e3b0cd4489f95 /src | |
| parent | 77ec624168860f2ebe532778d6c803c4725e7efd (diff) | |
| download | ayatana-indicator-notifications-8e06bbbcb4f4ccd491a348f13cf438a6dd7c3ec0.tar.gz ayatana-indicator-notifications-8e06bbbcb4f4ccd491a348f13cf438a6dd7c3ec0.tar.bz2 ayatana-indicator-notifications-8e06bbbcb4f4ccd491a348f13cf438a6dd7c3ec0.zip | |
Updating icon path to correct location in preparation for proper install.
Diffstat (limited to 'src')
| -rw-r--r-- | src/indicator-notifications.c | 2 |
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) { |
