make animation default on again. :/

This commit is contained in:
Dana Jansens 2007-05-05 16:20:04 +00:00
parent 3e90c85df0
commit ac56fe1602
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
--> -->
<keepBorder>yes</keepBorder> <keepBorder>yes</keepBorder>
<hideDisabled>no</hideDisabled> <hideDisabled>no</hideDisabled>
<animateIconify>no</animateIconify> <animateIconify>yes</animateIconify>
<font place="ActiveWindow"> <font place="ActiveWindow">
<name>sans</name> <name>sans</name>
<size>7</size> <size>7</size>

View file

@ -809,7 +809,7 @@ void config_startup(ObParseInst *i)
config_theme = NULL; config_theme = NULL;
config_animate_iconify = FALSE; config_animate_iconify = TRUE;
config_title_layout = g_strdup("NLIMC"); config_title_layout = g_strdup("NLIMC");
config_theme_keepborder = TRUE; config_theme_keepborder = TRUE;
config_theme_hidedisabled = FALSE; config_theme_hidedisabled = FALSE;