From 488e37c140822139e02fa84c1ae1f483c37548c8 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 5 Feb 2013 08:55:23 +0000 Subject: [PATCH] fix edge flipping after dragging to an invalid flip edge containing a shelf ticket #1701 SVN revision: 83618 --- ChangeLog | 3 ++- NEWS | 1 + src/bin/e_zone.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c2f5cfc4c..4644bbdb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ -2013-02-04 Mike Blumenkrantz +2013-02-05 Mike Blumenkrantz * improve load time of apps dialogs + * fix bug where edge flips would stop functioning after dragging to an invalid edge containing a shelf 2013-02-04 Mike Blumenkrantz diff --git a/NEWS b/NEWS index 509c16b84..f40a929d0 100644 --- a/NEWS +++ b/NEWS @@ -143,3 +143,4 @@ Fixes: * fix possible crash in xkb rule parsing * fix list update on deletion of personal app launchers * fix button toggling in personal app launchers dialog + * fix bug where edge flips would stop functioning after dragging to an invalid edge containing a shelf diff --git a/src/bin/e_zone.c b/src/bin/e_zone.c index 63dceef82..946e3172a 100644 --- a/src/bin/e_zone.c +++ b/src/bin/e_zone.c @@ -534,6 +534,7 @@ noflip: zone->flip.es = es; e_shelf_toggle(es, 1); } + ok = 0; switch (edge) { case E_ZONE_EDGE_LEFT: