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



Author: hadess
Date: Mon Jan 26 19:46:41 2009
New Revision: 4167
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4167&view=rev

Log:
2009-01-26  Bastien Nocera  <hadess hadess net>

	* src/gvc-balance-bar.c (gvc_balance_bar_init): Make sure the balance
	bar stays Left to Right, so that the Left balance is really on the
	left



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

Modified: trunk/gnome-volume-control/src/gvc-balance-bar.c
==============================================================================
--- trunk/gnome-volume-control/src/gvc-balance-bar.c	(original)
+++ trunk/gnome-volume-control/src/gvc-balance-bar.c	Mon Jan 26 19:46:41 2009
@@ -330,6 +330,7 @@
         gtk_container_add (GTK_CONTAINER (frame), bar->priv->scale_box);
         gtk_widget_show_all (frame);
 
+        gtk_widget_set_direction (bar->priv->scale, GTK_TEXT_DIR_LTR);
         gtk_label_set_mnemonic_widget (GTK_LABEL (bar->priv->label),
                                        bar->priv->scale);
 }



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