summaryrefslogtreecommitdiff
path: root/src/tracker-applet
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@src.gnome.org>2008-12-02 05:34:40 +0000
committerMichael Biebl <mbiebl@src.gnome.org>2008-12-02 05:34:40 +0000
commit00f0ae70d1862bf6b00c5ada6401eb3c0ba270cc (patch)
tree911f6869945c3348d5550f795afc45fa1270da5e /src/tracker-applet
parent4f5340c1f84a697a3f3d2a3dd596f2ee3c347b25 (diff)
downloadtracker-00f0ae70d1862bf6b00c5ada6401eb3c0ba270cc.tar.gz
Correctly build the file name for tracker-applet.cfg
svn path=/trunk/; revision=2634
Diffstat (limited to 'src/tracker-applet')
-rw-r--r--src/tracker-applet/tracker-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracker-applet/tracker-applet.c b/src/tracker-applet/tracker-applet.c
index b3138a2ff..9b3c45e71 100644
--- a/src/tracker-applet/tracker-applet.c
+++ b/src/tracker-applet/tracker-applet.c
@@ -2201,7 +2201,7 @@ main (int argc, char *argv[])
priv->keyfile = NULL;
priv->filename = g_build_filename (g_get_user_config_dir (),
- "tracker"
+ "tracker",
"tracker-applet.cfg",
NULL);