evolution r37289 - in trunk/calendar: . gui



Author: aklapper
Date: Wed Feb 18 23:55:13 2009
New Revision: 37289
URL: http://svn.gnome.org/viewvc/evolution?rev=37289&view=rev

Log:
2009-02-19  Andre Klapper  <a9016009 gmx de>

	* /gui/e-day-view.c:
	Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw
	calls.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/e-day-view.c

Modified: trunk/calendar/gui/e-day-view.c
==============================================================================
--- trunk/calendar/gui/e-day-view.c	(original)
+++ trunk/calendar/gui/e-day-view.c	Wed Feb 18 23:55:13 2009
@@ -6577,19 +6577,8 @@
 	if (new_scroll_y != scroll_y) {
 		/* NOTE: This reduces flicker, but only works if we don't use
 		   canvas items which have X windows. */
-
-		/* FIXME: Since GNOME 2.0 we can't do this, since the canvas
-		 * won't update when its's thawed. Is this a bug or should we
-		 * really be doing something else? Investigate. */
-#if 0
-		gtk_layout_freeze (GTK_LAYOUT (day_view->main_canvas));
-#endif
-
 		gnome_canvas_scroll_to (GNOME_CANVAS (day_view->main_canvas),
 					scroll_x, new_scroll_y);
-#if 0
-		gtk_layout_thaw (GTK_LAYOUT (day_view->main_canvas));
-#endif
 	}
 
 	canvas_x = day_view->last_mouse_x + scroll_x;



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