[gnome-control-center] sound: Fix direction of speaker test in RTL languages
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] sound: Fix direction of speaker test in RTL languages
- Date: Fri, 27 May 2011 17:48:07 +0000 (UTC)
commit b041e659550ba76ac2c8622fb28fa0d94d610148
Author: Bastien Nocera <hadess hadess net>
Date: Fri May 27 18:39:25 2011 +0100
sound: Fix direction of speaker test in RTL languages
https://bugzilla.gnome.org/show_bug.cgi?id=651273
panels/sound/gvc-speaker-test.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/sound/gvc-speaker-test.c b/panels/sound/gvc-speaker-test.c
index 6a31f3c..1dd1bc4 100644
--- a/panels/sound/gvc-speaker-test.c
+++ b/panels/sound/gvc-speaker-test.c
@@ -448,6 +448,7 @@ gvc_speaker_test_init (GvcSpeakerTest *speaker_test)
CA_PROP_APPLICATION_ID, "org.gnome.VolumeControl",
NULL);
+ gtk_widget_set_direction (GTK_WIDGET (speaker_test), GTK_TEXT_DIR_LTR);
gtk_table_resize (GTK_TABLE (speaker_test), 3, 5);
gtk_container_set_border_width (GTK_CONTAINER (speaker_test), 12);
gtk_table_set_homogeneous (GTK_TABLE (speaker_test), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]