summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-25 15:01:37 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-25 15:01:37 +0100
commit2951be08071ebe14b69e2da92a67e7d0a844e89a (patch)
tree2dc289e41d730b06d41322b370a3f58081afa1ad /src
parentb7ccdab50f4e6e68f1210092cf12dfdac7297749 (diff)
downloadabrt-2951be08071ebe14b69e2da92a67e7d0a844e89a.tar.gz
abrt-2951be08071ebe14b69e2da92a67e7d0a844e89a.tar.xz
abrt-2951be08071ebe14b69e2da92a67e7d0a844e89a.zip
gui-wizard-gtk: s:$HOME/.abrt:$HOME/.abrt/spool
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui-wizard-gtk/wizard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
index 3b5a4a1c..017c6bd1 100644
--- a/src/gui-wizard-gtk/wizard.c
+++ b/src/gui-wizard-gtk/wizard.c
@@ -132,7 +132,7 @@ struct dump_dir *steal_if_needed(struct dump_dir *dd)
char *HOME = getenv("HOME");
if (HOME && HOME[0])
- HOME = concat_path_file(HOME, ".abrt");
+ HOME = concat_path_file(HOME, ".abrt/spool");
else
HOME = xstrdup("/tmp");