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



Author: hadess
Date: Fri Dec 19 15:47:33 2008
New Revision: 4123
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4123&view=rev

Log:
2008-12-19  Bastien Nocera  <hadess hadess net>

	* src/gvc-sound-theme-chooser.c (setup_theme_custom_selector):
	Change the ellipsising to be at the start



Modified:
   trunk/gnome-volume-control/ChangeLog
   trunk/gnome-volume-control/src/gvc-sound-theme-chooser.c

Modified: trunk/gnome-volume-control/src/gvc-sound-theme-chooser.c
==============================================================================
--- trunk/gnome-volume-control/src/gvc-sound-theme-chooser.c	(original)
+++ trunk/gnome-volume-control/src/gvc-sound-theme-chooser.c	Fri Dec 19 15:47:33 2008
@@ -1136,7 +1136,7 @@
         column = gtk_tree_view_column_new_with_attributes ("Display", renderer,
                                                            "text", DISPLAY_COL,
                                                            "sensitive", SENSITIVE_COL,
-							   "ellipsize", PANGO_ELLIPSIZE_END,
+							   "ellipsize", PANGO_ELLIPSIZE_START,
 							   "ellipsize-set", TRUE,
 							   NULL);
 	g_object_set (G_OBJECT (column), "expand", TRUE, NULL);



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