aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-11-13 04:42:47 +0000
committerChristian Grothoff <christian@grothoff.org>2006-11-13 04:42:47 +0000
commit22fe8eec0b9861747efd0fb66ede6903f1731a47 (patch)
tree2fe567265a1d1549994592d8359dad1d955487ff
parent3dddaee1cdd56b0dc3d48d6282c1d0c2d61b1c34 (diff)
downloadgnunet-gtk-22fe8eec0b9861747efd0fb66ede6903f1731a47.tar.gz
gnunet-gtk-22fe8eec0b9861747efd0fb66ede6903f1731a47.zip
path
-rw-r--r--src/core/eggtrayicon.c2
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);