rhythmbox r5730 - in trunk: . shell



Author: jmatthew
Date: Sun Jun  8 14:53:52 2008
New Revision: 5730
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5730&view=rev

Log:
2008-06-09  Jonathan Matthew  <jonathan d14n org>

	* shell/rb-statusbar.c: (rb_statusbar_init):
	Set the size request height on the progress bar so it doesn't cause
	the status bar to expand when visible.  Hopefully fixes #368757 
	forever.


Modified:
   trunk/ChangeLog
   trunk/shell/rb-statusbar.c

Modified: trunk/shell/rb-statusbar.c
==============================================================================
--- trunk/shell/rb-statusbar.c	(original)
+++ trunk/shell/rb-statusbar.c	Sun Jun  8 14:53:52 2008
@@ -196,6 +196,7 @@
         gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (statusbar), TRUE);
 
         statusbar->priv->progress = gtk_progress_bar_new ();
+	gtk_widget_set_size_request (statusbar->priv->progress, -1, 10);
         statusbar->priv->progress_fraction = 1.0;
 
         statusbar->priv->loading_text = g_strdup (_("Loading..."));



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