aboutsummaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 88c04fb8..7ea4929a 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -76,9 +76,9 @@ setIconSearchPath ()
76 76
77 dataDir = GNUNET_get_installation_path (GNUNET_IPK_DATADIR); 77 dataDir = GNUNET_get_installation_path (GNUNET_IPK_DATADIR);
78 buf = 78 buf =
79 GNUNET_malloc (strlen (dataDir) + strlen ("../gnunet-gtk/") + 2); 79 GNUNET_malloc (strlen (dataDir) + strlen ("../icons/") + 2);
80 strcpy (buf, dataDir); 80 strcpy (buf, dataDir);
81 strcat (buf, "../gnunet-gtk/"); 81 strcat (buf, "../icons/");
82 gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), buf); 82 gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), buf);
83 GNUNET_free (buf); 83 GNUNET_free (buf);
84 GNUNET_free (dataDir); 84 GNUNET_free (dataDir);