# HG changeset patch # User Sean Egan # Date 1049230966 0 # Node ID ec3830b344f2d75f7850c727b293cb53f3d749d0 # Parent b7dfce78096300616f8132f8337565be847ddecf [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 diff -r b7dfce780963 -r ec3830b344f2 src/main.c --- 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; }