comparison src/main.c @ 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 ec3830b344f2
children 307c16c4b57e
comparison
equal deleted inserted replaced
4956:aa273fba7b09 4957:581c73d1c863
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);
565 return 0; 564 return 0;
566 } 565 }
567 566
568 static void set_first_user(char *name) 567 static void set_first_user(char *name)
569 { 568 {