]> Dogcows Code - chaz/openbox/blobdiff - openbox/keytree.c
unfocus before unlinking the client from the transient tree
[chaz/openbox] / openbox / keytree.c
index 9b1403f44b8c07489efc02f91619f72f68384f30..02ad3cadd899298ee37b317c531980af49f81788 100644 (file)
@@ -1,4 +1,4 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    keytree.c for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -34,7 +34,7 @@ void tree_destroy(KeyBindingTree *tree)
                g_free(it->data);
            g_list_free(tree->keylist);
            for (sit = tree->actions; sit != NULL; sit = sit->next)
-                action_free(sit->data);
+                action_unref(sit->data);
            g_slist_free(tree->actions);
        }
        g_free(tree);
This page took 0.022388 seconds and 4 git commands to generate.