gnome-control-center r9187 - trunk/capplets/display



Author: federico
Date: Wed Jan  7 23:28:08 2009
New Revision: 9187
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=9187&view=rev

Log:
Don't re-select the current output when flipping workspaces

Signed-off-by: Federico Mena Quintero <federico novell com>

Modified:
   trunk/capplets/display/ChangeLog
   trunk/capplets/display/xrandr-capplet.c

Modified: trunk/capplets/display/xrandr-capplet.c
==============================================================================
--- trunk/capplets/display/xrandr-capplet.c	(original)
+++ trunk/capplets/display/xrandr-capplet.c	Wed Jan  7 23:28:08 2009
@@ -1854,7 +1854,7 @@
 	output_rect.width  = output->width;
 	output_rect.height = output->height;
 
-	if (output->connected && output->on && gdk_rectangle_intersect (&win_rect, &output_rect, &intersection))
+	if (output->connected && gdk_rectangle_intersect (&win_rect, &output_rect, &intersection))
 	{
 	    int area;
 



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