diff options
author | Christian Grothoff <christian@grothoff.org> | 2008-06-14 06:52:26 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2008-06-14 06:52:26 +0000 |
commit | bdf9460c2d2f88966a716dcc275de23da18ca6b8 (patch) | |
tree | 070e43e9ed404f6b8106b0cb9c6021ef0654a576 | |
parent | e7c08c754d6da1fa932e75ae7d15ebbe2cbb0ab2 (diff) | |
download | gnunet-gtk-bdf9460c2d2f88966a716dcc275de23da18ca6b8.tar.gz gnunet-gtk-bdf9460c2d2f88966a716dcc275de23da18ca6b8.zip |
now in icons
-rw-r--r-- | src/core/main.c | 4 |
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); |