all repos — openbox @ 74695334c6c2f675abf05a9ceab3a08d2bdceef4

openbox fork - make it a bit more like ryudo

*coughs uncontrollably*
Mikael Magnusson mikachu@comhem.se
commit

74695334c6c2f675abf05a9ceab3a08d2bdceef4

parent

df1ef6b8adf6347030335541c33cb53173550728

2 files changed, 1 insertions(+), 4 deletions(-)

jump to
M openbox/config.copenbox/config.c

@@ -118,7 +118,6 @@ {

xmlNodePtr app = parse_find_node("application", node->children); gchar *name; - while (app) { if (parse_attr_string("name", app, &name)) { xmlNodePtr n, c;
M openbox/per_app_settings.copenbox/per_app_settings.c

@@ -20,11 +20,9 @@ #include "per_app_settings.h"

#include "screen.h" #include "config.h" -GSList *per_app_settings; - ObAppSetting *get_client_settings(ObClient *client) { - GSList *a = per_app_settings; + GSList *a = config_per_app_settings; while (a) { ObAppSetting *app = (ObAppSetting *) a->data;