gnome-media r4114 - in trunk/gnome-volume-control: . src



Author: mccann
Date: Tue Dec 16 20:05:05 2008
New Revision: 4114
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4114&view=rev

Log:
2008-12-16  William Jon McCann  <jmccann redhat com>

	* src/gvc-level-bar.c (gvc_level_bar_size_allocate):
	Recalculate layout for allocation.



Modified:
   trunk/gnome-volume-control/ChangeLog
   trunk/gnome-volume-control/src/gvc-level-bar.c

Modified: trunk/gnome-volume-control/src/gvc-level-bar.c
==============================================================================
--- trunk/gnome-volume-control/src/gvc-level-bar.c	(original)
+++ trunk/gnome-volume-control/src/gvc-level-bar.c	Tue Dec 16 20:05:05 2008
@@ -485,6 +485,8 @@
                 allocation->width = MIN (widget->allocation.width, MIN_HORIZONTAL_BAR_WIDTH);
                 allocation->height = MAX (widget->allocation.height, HORIZONTAL_BAR_HEIGHT);
         }
+
+        bar_calc_layout (bar);
 }
 
 static void



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