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 ef92f44f..089a1ba9 100644 --- a/src/core/eggtrayicon.c +++ b/src/core/eggtrayicon.c | |||
@@ -644,7 +644,7 @@ void initTrayIcon() { | |||
644 | tray_icon = egg_tray_icon_new (_("GNU's p2p network")); | 644 | tray_icon = egg_tray_icon_new (_("GNU's p2p network")); |
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, iconDir); | 647 | strcpy(iconPath, instDir); |
648 | strcat(iconPath, "/gnunet-gtk-tray.png"); | 648 | strcat(iconPath, "/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); |