Mercurial > pidgin.yaz
comparison src/prefs.c @ 1147:65e0608e19f7
[gaim-migrate @ 1157]
I think toc is mostly working, i tested it remotely. Oscar is somewhat working; switching between options doesn't force you offline anymore, so that's good. adding and removing doesn't force you offline either. another plus. but i'm not sure it always recognizes the changes on the server side. hey, that's what you get with a protocol where the only thing you know about it is what you see on the wire.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 27 Nov 2000 13:47:33 +0000 |
parents | b1454d019277 |
children | 16d748023b2b |
comparison
equal
deleted
inserted
replaced
1146:22f3c32a28f6 | 1147:65e0608e19f7 |
---|---|
1554 | 1554 |
1555 box = gtk_vbox_new(FALSE, 5); | 1555 box = gtk_vbox_new(FALSE, 5); |
1556 gtk_container_add(GTK_CONTAINER(prefdialog), box); | 1556 gtk_container_add(GTK_CONTAINER(prefdialog), box); |
1557 gtk_widget_show(box); | 1557 gtk_widget_show(box); |
1558 | 1558 |
1559 label = gtk_label_new(_("No. This doesn't work yet. Nothing actually gets sent to the" | 1559 label = gtk_label_new(_("All options take effect immediately unless otherwise noted.")); |
1560 " server. But the UI works. That's all I wanted.")); | |
1561 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); | |
1562 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5); | 1560 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5); |
1563 gtk_widget_show(label); | 1561 gtk_widget_show(label); |
1564 | 1562 |
1565 deny_conn_hbox = gtk_hbox_new(FALSE, 5); | 1563 deny_conn_hbox = gtk_hbox_new(FALSE, 5); |
1566 gtk_box_pack_start(GTK_BOX(box), deny_conn_hbox, FALSE, FALSE, 0); | 1564 gtk_box_pack_start(GTK_BOX(box), deny_conn_hbox, FALSE, FALSE, 0); |