changeset 4953:ec3830b344f2

[gaim-migrate @ 5287] Most people seem to love the new top-to-bottom conversation layout style as much as I do! But, there are a few people who say they prefer it better the old way. They say it feels "backwards". Hopefully this style will help them get better adjusted to it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Apr 2003 21:02:46 +0000
parents b7dfce780963
children decdf19454ab
files src/main.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.c	Tue Apr 01 20:47:50 2003 +0000
+++ b/src/main.c	Tue Apr 01 21:02:46 2003 +0000
@@ -561,6 +561,7 @@
 	channel = g_io_channel_unix_new(UI_fd);
 	g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, socket_readable, NULL);
 #endif
+	gtk_widget_set_default_direction(GTK_TEXT_DIR_RTL);
 	return 0;
 }