]> Dogcows Code - chaz/openbox/commitdiff
Fix a typo that prevented setting client size for the height only (???)
authorMikael Magnusson <mikachu@gmail.com>
Sun, 11 Aug 2013 00:07:32 +0000 (02:07 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Sun, 11 Aug 2013 00:07:32 +0000 (02:07 +0200)
openbox/actions/moveresizeto.c

index 4b3f269986daa2e867f11c53b143f70181656e30..56f21e61042122b2564d45c2479a2d4ee4989e35 100644 (file)
@@ -136,7 +136,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
 
         h = o->h;
         if (h == G_MININT) {
-            if (o->w_sets_client_size)
+            if (o->h_sets_client_size)
                 h = c->area.height;
             else
                 h = c->frame->area.height;
This page took 0.019832 seconds and 4 git commands to generate.