Mercurial > pidgin
changeset 4957:581c73d1c863
[gaim-migrate @ 5291]
There were a few problems with the rtl stuff.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 02 Apr 2003 04:51:55 +0000 |
parents | aa273fba7b09 |
children | 1ffd67510c92 |
files | src/main.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main.c Wed Apr 02 01:15:05 2003 +0000 +++ b/src/main.c Wed Apr 02 04:51:55 2003 +0000 @@ -561,7 +561,6 @@ 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; }