diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-02 04:06:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-02 04:06:40 +0000 |
| commit | 9bd60fd92b8ff09630b35973947493a23015c621 (patch) | |
| tree | ab013e0203f4b24b0de69c2c7cc79c705524b116 /openbox/openbox.c | |
| parent | 4ea5a21fe1e5b95becb36194adb3add9858d5f23 (diff) | |
dont queue up interative end actions
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 06e804ff..39c02035 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -100,6 +100,8 @@ int main(int argc, char **argv) textdomain(PACKAGE_NAME); g_set_prgname(argv[0]); + + chdir(g_get_home_dir()); parse_paths_startup(); |
