diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-11-13 04:40:00 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-11-13 04:40:00 +0000 |
commit | 3dddaee1cdd56b0dc3d48d6282c1d0c2d61b1c34 (patch) | |
tree | 35778a237eed135817c1263ccbbe0bc38b94be81 | |
parent | 86002e8ba1ddd7ddcc60c2d3a06322be57b8a199 (diff) | |
download | gnunet-gtk-3dddaee1cdd56b0dc3d48d6282c1d0c2d61b1c34.tar.gz gnunet-gtk-3dddaee1cdd56b0dc3d48d6282c1d0c2d61b1c34.zip |
fx
-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); |