aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-07 12:33:57 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-07 12:33:57 +0000
commit5445da592ef5cba4a471b92e0281b00148a4dade (patch)
treea16fef05a00391802c0a6ef6edc17da80888de25 /src/util/os_installation.c
parent1b5df4c9ab482ed3f2eeb8f20b061d594bfcd844 (diff)
downloadgnunet-5445da592ef5cba4a471b92e0281b00148a4dade.tar.gz
gnunet-5445da592ef5cba4a471b92e0281b00148a4dade.zip
icondir
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 2b75a1196..ce8d0aac7 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -416,6 +416,10 @@ GNUNET_OS_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind)
416 DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "locale" 416 DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "locale"
417 DIR_SEPARATOR_STR; 417 DIR_SEPARATOR_STR;
418 break; 418 break;
419 case GNUNET_OS_IPK_ICONDIR:
420 dirname =
421 DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "icons" DIR_SEPARATOR_STR;
422 break;
419 default: 423 default:
420 GNUNET_free (execpath); 424 GNUNET_free (execpath);
421 return NULL; 425 return NULL;