From ac56fe1602af7f4a4ae5c10cfe83e3d9eaf02b4d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 May 2007 16:20:04 +0000 Subject: [PATCH] make animation default on again. :/ --- data/rc.xml.in | 2 +- openbox/config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/rc.xml.in b/data/rc.xml.in index 4de262d6..bfffdd78 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -43,7 +43,7 @@ --> yes no - no + yes sans 7 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; -- 2.39.2