diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-18 22:21:25 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-18 22:21:25 +1200 |
commit | b86e1d05a8aed3ffeceab12827b54e9334a4dab4 (patch) | |
tree | 390ffe7064d444214e9aec1d7a6ee85f3fde44c0 | |
parent | b1557875a910e00eb57e569779567a00c8363929 (diff) | |
download | paramano-b86e1d05a8aed3ffeceab12827b54e9334a4dab4.tar.xz |
Share dir fix
-rw-r--r-- | defaults.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,5 +36,5 @@ void defaults_init() _DEFAULT_BAT_GOV = NULL; _DEFAULT_AC_GOV = NULL; _DEFAULT_SHOW_BATTERY = true; - asprintf(&_DEFAULT_THEME, SHAREDIR"/trayfreq/themes/default"); + asprintf(&_DEFAULT_THEME, SHAREDIR"/paramano/themes/default"); } |