libwnck r1579 - in trunk: . libwnck



Author: vuntz
Date: Tue Feb 19 23:42:00 2008
New Revision: 1579
URL: http://svn.gnome.org/viewvc/libwnck?rev=1579&view=rev

Log:
2008-02-20  Vincent Untz  <vuntz gnome org>

	* libwnck/xutils.c: (_wnck_set_window_geometry): don't push twice the
	error trap, pop it the second time!
	Should fix bug #517570 (wnck_window_set_geometry() not working in some
	cases).


Modified:
   trunk/ChangeLog
   trunk/libwnck/xutils.c

Modified: trunk/libwnck/xutils.c
==============================================================================
--- trunk/libwnck/xutils.c	(original)
+++ trunk/libwnck/xutils.c	Tue Feb 19 23:42:00 2008
@@ -2298,7 +2298,7 @@
               False,
               SubstructureRedirectMask | SubstructureNotifyMask,
               &xev);
-  _wnck_error_trap_push ();
+  _wnck_error_trap_pop ();
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]