Mercurial > pidgin
comparison src/dialogs.c @ 1224:0bbe3aaa6a3e
[gaim-migrate @ 1234]
all the pretty chicks with the crimson lips say "decklin rocks!" "decklin rocks!"
sorry, i got the drew carrey theme song stuck in my head.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 09 Dec 2000 02:00:38 +0000 |
| parents | 64d67198c458 |
| children | 9c6dc2b2ad61 |
comparison
equal
deleted
inserted
replaced
| 1223:96ab3e7b7035 | 1224:0bbe3aaa6a3e |
|---|---|
| 3121 tbox = gtk_vbox_new(FALSE, 5); | 3121 tbox = gtk_vbox_new(FALSE, 5); |
| 3122 gtk_container_add(GTK_CONTAINER(ca->window), tbox); | 3122 gtk_container_add(GTK_CONTAINER(ca->window), tbox); |
| 3123 gtk_widget_show(tbox); | 3123 gtk_widget_show(tbox); |
| 3124 | 3124 |
| 3125 frame = gtk_frame_new(_("New away message")); | 3125 frame = gtk_frame_new(_("New away message")); |
| 3126 gtk_container_set_border_width(GTK_CONTAINER(frame), 0); | |
| 3127 gtk_box_pack_start(GTK_BOX(tbox), frame, TRUE, TRUE, 0); | 3126 gtk_box_pack_start(GTK_BOX(tbox), frame, TRUE, TRUE, 0); |
| 3128 gtk_widget_show(frame); | 3127 gtk_widget_show(frame); |
| 3129 | 3128 |
| 3130 fbox = gtk_vbox_new(FALSE, 5); | 3129 fbox = gtk_vbox_new(FALSE, 5); |
| 3130 gtk_container_set_border_width(GTK_CONTAINER(fbox), 5); | |
| 3131 gtk_container_add(GTK_CONTAINER(frame), fbox); | 3131 gtk_container_add(GTK_CONTAINER(frame), fbox); |
| 3132 gtk_widget_show(fbox); | 3132 gtk_widget_show(fbox); |
| 3133 | 3133 |
| 3134 titlebox = gtk_hbox_new(FALSE, 5); | 3134 titlebox = gtk_hbox_new(FALSE, 5); |
| 3135 gtk_box_pack_start(GTK_BOX(fbox), titlebox, FALSE, FALSE, 0); | 3135 gtk_box_pack_start(GTK_BOX(fbox), titlebox, FALSE, FALSE, 0); |
