]> Dogcows Code - chaz/openbox/commitdiff
make animation default on again. :/
authorDana Jansens <danakj@orodu.net>
Sat, 5 May 2007 16:20:04 +0000 (16:20 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 5 May 2007 16:20:04 +0000 (16:20 +0000)
data/rc.xml.in
openbox/config.c

index 4de262d6d0d46cc9ee370d31a8461fee02f66033..bfffdd78e8896536bdb7bf4bc8fd6bf70997d746 100644 (file)
@@ -43,7 +43,7 @@
   -->
   <keepBorder>yes</keepBorder>
   <hideDisabled>no</hideDisabled>
-  <animateIconify>no</animateIconify>
+  <animateIconify>yes</animateIconify>
   <font place="ActiveWindow">
     <name>sans</name>
     <size>7</size>
index 325beeb14a44096ebd66e702b153c19c61c0f704..367fb2f9e9b3e335d0ae23ed87beb99fa40fb86a 100644 (file)
@@ -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;
This page took 0.023475 seconds and 4 git commands to generate.