comparison src/main.c @ 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 9b51c090236a
children 581c73d1c863
comparison
equal deleted inserted replaced
4952:b7dfce780963 4953:ec3830b344f2
559 return 1; 559 return 1;
560 560
561 channel = g_io_channel_unix_new(UI_fd); 561 channel = g_io_channel_unix_new(UI_fd);
562 g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, socket_readable, NULL); 562 g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, socket_readable, NULL);
563 #endif 563 #endif
564 gtk_widget_set_default_direction(GTK_TEXT_DIR_RTL);
564 return 0; 565 return 0;
565 } 566 }
566 567
567 static void set_first_user(char *name) 568 static void set_first_user(char *name)
568 { 569 {