gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3745 - gnunet-gtk/src/core


From: grothoff
Subject: [GNUnet-SVN] r3745 - gnunet-gtk/src/core
Date: Sun, 12 Nov 2006 20:42:48 -0800 (PST)

Author: grothoff
Date: 2006-11-12 20:42:47 -0800 (Sun, 12 Nov 2006)
New Revision: 3745

Modified:
   gnunet-gtk/src/core/eggtrayicon.c
Log:
path

Modified: gnunet-gtk/src/core/eggtrayicon.c
===================================================================
--- gnunet-gtk/src/core/eggtrayicon.c   2006-11-13 04:40:00 UTC (rev 3744)
+++ gnunet-gtk/src/core/eggtrayicon.c   2006-11-13 04:42:47 UTC (rev 3745)
@@ -645,7 +645,7 @@
    instDir = os_get_installation_path(IPK_DATADIR);
    iconPath = MALLOC(strlen(instDir) + 40);
    strcpy(iconPath, instDir);
-   strcat(iconPath, "/gnunet-gtk-tray.png");
+   strcat(iconPath, "/../gnunet-gtk/gnunet-gtk-tray.png");
    FREE(instDir);
    pixbuf = gdk_pixbuf_new_from_file (iconPath, NULL);
    FREE(iconPath);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]