Mercurial > pidgin
comparison src/dialogs.c @ 3828:b7b1bd70dfdb
[gaim-migrate @ 3977]
the sizing now commented out caused part of the word "cacnel" to be cut off.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 30 Oct 2002 01:58:13 +0000 |
| parents | 321ce65bbebc |
| children | ccb122620b1a |
comparison
equal
deleted
inserted
replaced
| 3827:78c469edc7d2 | 3828:b7b1bd70dfdb |
|---|---|
| 2922 | 2922 |
| 2923 /* Build OK Button */ | 2923 /* Build OK Button */ |
| 2924 | 2924 |
| 2925 b->ok = picture_button(c->link_dialog, _("OK"), ok_xpm); | 2925 b->ok = picture_button(c->link_dialog, _("OK"), ok_xpm); |
| 2926 b->cancel = picture_button(c->link_dialog, _("Cancel"), cancel_xpm); | 2926 b->cancel = picture_button(c->link_dialog, _("Cancel"), cancel_xpm); |
| 2927 | 2927 /* |
| 2928 gtk_widget_set_usize(b->ok, 75, 30); | 2928 gtk_widget_set_usize(b->ok, 75, 30); |
| 2929 gtk_widget_set_usize(b->cancel, 75, 30); | 2929 gtk_widget_set_usize(b->cancel, 75, 30); |
| 2930 | 2930 */ |
| 2931 gtk_box_pack_start(GTK_BOX(bbox), b->ok, FALSE, FALSE, 10); | 2931 gtk_box_pack_start(GTK_BOX(bbox), b->ok, FALSE, FALSE, 10); |
| 2932 gtk_box_pack_end(GTK_BOX(bbox), b->cancel, FALSE, FALSE, 10); | 2932 gtk_box_pack_end(GTK_BOX(bbox), b->cancel, FALSE, FALSE, 10); |
| 2933 gtk_widget_show(bbox); | 2933 gtk_widget_show(bbox); |
| 2934 | 2934 |
| 2935 b->url = gtk_entry_new(); | 2935 b->url = gtk_entry_new(); |
