[Xfce4-commits] <xfce4-weather-plugin:master> Make weather cache and config directory names consistent.
Harald Judt
noreply at xfce.org
Sun Dec 9 23:44:05 CET 2012
Updating branch refs/heads/master
to 5ffddb58d7a7f2fa4bf110f30f00b92d46481c53 (commit)
from ceb132572312e560e00923379c1abc2556897151 (commit)
commit 5ffddb58d7a7f2fa4bf110f30f00b92d46481c53
Author: Harald Judt <h.judt at gmx.at>
Date: Sun Dec 9 19:24:32 2012 +0100
Make weather cache and config directory names consistent.
panel-plugin/weather.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index 2c16e41..a1ea3fa 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -169,7 +169,7 @@ gchar *
get_cache_directory(void)
{
gchar *dir = g_strconcat(g_get_user_cache_dir(), G_DIR_SEPARATOR_S,
- "xfce4", G_DIR_SEPARATOR_S, "weather-plugin",
+ "xfce4", G_DIR_SEPARATOR_S, "weather",
NULL);
g_mkdir_with_parents(dir, 0755);
return dir;
More information about the Xfce4-commits
mailing list