summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2011-09-15 15:08:07 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2011-09-20 15:30:29 -0400
commit00e49b330c413dae96ba16b3ce2a1a6962b0f0df (patch)
tree14807ece2404bda061d544b741f78bf76a3c47a6
parent7c6bc730313f32030618b819a81c1a65d36659d2 (diff)
downloadmutter-00e49b330c413dae96ba16b3ce2a1a6962b0f0df.tar.gz
frames: Take out accidental south resize disable of attached dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=657795
-rw-r--r--src/ui/frames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c
index e964eae0b..96fcc38a8 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -2741,7 +2741,7 @@ get_control (MetaFrames *frames,
{
if (has_vert && has_horiz)
return META_FRAME_CONTROL_RESIZE_SW;
- else if (has_vert && has_north_resize)
+ else if (has_vert)
return META_FRAME_CONTROL_RESIZE_S;
else if (has_horiz)
return META_FRAME_CONTROL_RESIZE_W;