]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
raise all the windows with the transient
[chaz/openbox] / openbox / action.c
index 98097d7a9bf60b370003ba7255e73296e3f6d7eb..0a969a86607f69fe3356e7ae98f87bf7ed60975e 100644 (file)
@@ -800,6 +800,7 @@ void action_execute(union ActionData *data)
                 g_warning("failed to execute '%s': %s",
                           cmd, e->message);
             }
+            g_free(cmd);
         } else {
             g_warning("failed to convert '%s' from utf8", data->execute.path);
         }
@@ -1236,7 +1237,7 @@ void action_growtoedge(union ActionData *data)
     if (!c)
         return;
     
-    a =  = screen_area(c->desktop);
+    a = screen_area(c->desktop);
     x = c->frame->area.x;
     y = c->frame->area.y;
     width = c->frame->area.width;
This page took 0.026645 seconds and 4 git commands to generate.