diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 10:57:17 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 10:57:17 +0000 |
| commit | 74695334c6c2f675abf05a9ceab3a08d2bdceef4 (patch) | |
| tree | 9570bd44ec490e232407509d293de50a49b0ce4b /openbox/per_app_settings.c | |
| parent | df1ef6b8adf6347030335541c33cb53173550728 (diff) | |
*coughs uncontrollably*
Diffstat (limited to 'openbox/per_app_settings.c')
| -rw-r--r-- | openbox/per_app_settings.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/per_app_settings.c b/openbox/per_app_settings.c index c1b728e2..c8ab4ed5 100644 --- a/openbox/per_app_settings.c +++ b/openbox/per_app_settings.c @@ -20,11 +20,9 @@ #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; |
