diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 16:20:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 16:20:04 +0000 |
| commit | ac56fe1602af7f4a4ae5c10cfe83e3d9eaf02b4d (patch) | |
| tree | ee837765ba0bc563fcf5fa69efb5ca1367c89696 /openbox | |
| parent | 3e90c85df00fd9fc21b8f51a3c5e961ced731fee (diff) | |
make animation default on again. :/
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c index 325beeb1..367fb2f9 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -809,7 +809,7 @@ void config_startup(ObParseInst *i) config_theme = NULL; - config_animate_iconify = FALSE; + config_animate_iconify = TRUE; config_title_layout = g_strdup("NLIMC"); config_theme_keepborder = TRUE; config_theme_hidedisabled = FALSE; |
