diff options
Diffstat (limited to 'src/core/eggtrayicon.c')
-rw-r--r-- | src/core/eggtrayicon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/eggtrayicon.c b/src/core/eggtrayicon.c index 089a1ba9..6d7a02f7 100644 --- a/src/core/eggtrayicon.c +++ b/src/core/eggtrayicon.c | |||
@@ -645,7 +645,7 @@ void initTrayIcon() { | |||
645 | instDir = os_get_installation_path(IPK_DATADIR); | 645 | instDir = os_get_installation_path(IPK_DATADIR); |
646 | iconPath = MALLOC(strlen(instDir) + 40); | 646 | iconPath = MALLOC(strlen(instDir) + 40); |
647 | strcpy(iconPath, instDir); | 647 | strcpy(iconPath, instDir); |
648 | strcat(iconPath, "/gnunet-gtk-tray.png"); | 648 | strcat(iconPath, "/../gnunet-gtk/gnunet-gtk-tray.png"); |
649 | FREE(instDir); | 649 | FREE(instDir); |
650 | pixbuf = gdk_pixbuf_new_from_file (iconPath, NULL); | 650 | pixbuf = gdk_pixbuf_new_from_file (iconPath, NULL); |
651 | FREE(iconPath); | 651 | FREE(iconPath); |