Search
lxdream.org :: lxdream/src/paths_unix.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/paths_unix.c
changeset 1024:c67f2d61ab97
prev1021:848db285a184
next1038:f220d18c0615
author nkeynes
date Wed Jun 24 06:06:40 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Support shell substitutions in config paths
Keep track of last folder in file dialogs
Fix out-of-dateness in GTK path dialog
file annotate diff log raw
1.1 --- a/src/paths_unix.c Wed Jun 03 11:37:10 2009 +0000
1.2 +++ b/src/paths_unix.c Wed Jun 24 06:06:40 2009 +0000
1.3 @@ -30,3 +30,7 @@
1.4 return PACKAGE_LOCALE_DIR;
1.5 }
1.6
1.7 +const char *get_plugin_path()
1.8 +{
1.9 + return PACKAGE_PLUGIN_DIR;
1.10 +}
.