Fix typo in variable name
This commit is contained in:
parent
76113b8a06
commit
d8f1ef057b
1 changed files with 2 additions and 2 deletions
|
@ -188,11 +188,11 @@ static gboolean run_func(ObActionsData *data, gpointer options)
|
|||
if (!data->client)
|
||||
return FALSE;
|
||||
|
||||
gboolean doing_verical_resize =
|
||||
gboolean doing_vertical_resize =
|
||||
o->dir == OB_DIRECTION_NORTH ||
|
||||
o->dir == OB_DIRECTION_SOUTH ||
|
||||
o->fill;
|
||||
if (data->client->shaded && doing_verical_resize)
|
||||
if (data->client->shaded && doing_vertical_resize)
|
||||
return FALSE;
|
||||
|
||||
if (o->fill) {
|
||||
|
|
Loading…
Reference in a new issue