soc.2008.finch: 6be3675c: Fix bug which was allowing some GntWM co...

queueram at soc.pidgin.im queueram at soc.pidgin.im
Wed Sep 17 10:50:29 EDT 2008


-----------------------------------------------------------------
Revision: 6be3675c90d16d79383d2ec323777722a711ad16
Ancestor: 324835acb2c61347fe570adeb8fdb3a1198c8d4a
Author: queueram at soc.pidgin.im
Date: 2008-09-17T14:47:29
Branch: im.pidgin.soc.2008.finch
URL: http://d.pidgin.im/viewmtn/revision/info/6be3675c90d16d79383d2ec323777722a711ad16

Modified files:
        finch/libgnt/wms/tiling.c

ChangeLog: 

Fix bug which was allowing some GntWM code to be executed while moving a window.

-------------- next part --------------
============================================================
--- finch/libgnt/wms/tiling.c	e817fdf0680231d009a00be8875d47b29ddf9974
+++ finch/libgnt/wms/tiling.c	cd8e8b53d67c65395df0b761d4bd38d95e026621
@@ -1024,6 +1024,7 @@ twm_resize_move(GntBindable *bindable, G
 				twm_move_win_right_down(wm, FRAME_SPLIT_V);
 				break;
 		}
+		return TRUE;
 	}
 
 	return FALSE;


More information about the Commits mailing list