[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3744 - gnunet-gtk/src/core
From: |
grothoff |
Subject: |
[GNUnet-SVN] r3744 - gnunet-gtk/src/core |
Date: |
Sun, 12 Nov 2006 20:40:07 -0800 (PST) |
Author: grothoff
Date: 2006-11-12 20:40:00 -0800 (Sun, 12 Nov 2006)
New Revision: 3744
Modified:
gnunet-gtk/src/core/eggtrayicon.c
Log:
fx
Modified: gnunet-gtk/src/core/eggtrayicon.c
===================================================================
--- gnunet-gtk/src/core/eggtrayicon.c 2006-11-13 04:39:03 UTC (rev 3743)
+++ gnunet-gtk/src/core/eggtrayicon.c 2006-11-13 04:40:00 UTC (rev 3744)
@@ -644,7 +644,7 @@
tray_icon = egg_tray_icon_new (_("GNU's p2p network"));
instDir = os_get_installation_path(IPK_DATADIR);
iconPath = MALLOC(strlen(instDir) + 40);
- strcpy(iconPath, iconDir);
+ strcpy(iconPath, instDir);
strcat(iconPath, "/gnunet-gtk-tray.png");
FREE(instDir);
pixbuf = gdk_pixbuf_new_from_file (iconPath, NULL);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3744 - gnunet-gtk/src/core,
grothoff <=