[mutter] frames: Take out accidental south resize disable of attached dialogs
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] frames: Take out accidental south resize disable of attached dialogs
- Date: Tue, 20 Sep 2011 19:30:51 +0000 (UTC)
commit 00e49b330c413dae96ba16b3ce2a1a6962b0f0df
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Sep 15 15:08:07 2011 -0400
frames: Take out accidental south resize disable of attached dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=657795
src/ui/frames.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/frames.c b/src/ui/frames.c
index e964eae..96fcc38 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]