Mercurial > pidgin
comparison src/gtkaccount.c @ 5840:8f5ccf9e590a
[gaim-migrate @ 6271]
pop goes the namespace change
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 12 Jun 2003 12:29:24 +0000 |
parents | bd0d0e89cac3 |
children | dbed8c87f750 |
comparison
equal
deleted
inserted
replaced
5839:5e685e42931e | 5840:8f5ccf9e590a |
---|---|
501 label = gtk_label_new(_("Buddy icon file:")); | 501 label = gtk_label_new(_("Buddy icon file:")); |
502 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); | 502 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); |
503 gtk_widget_show(label); | 503 gtk_widget_show(label); |
504 | 504 |
505 dialog->buddy_icon_entry = gtk_entry_new(); | 505 dialog->buddy_icon_entry = gtk_entry_new(); |
506 gtk_entry_set_editable(GTK_ENTRY(dialog->buddy_icon_entry), FALSE); | 506 gtk_editable_set_editable(GTK_EDITABLE(dialog->buddy_icon_entry), FALSE); |
507 gtk_box_pack_start(GTK_BOX(hbox), dialog->buddy_icon_entry, TRUE, TRUE, 0); | 507 gtk_box_pack_start(GTK_BOX(hbox), dialog->buddy_icon_entry, TRUE, TRUE, 0); |
508 gtk_widget_show(dialog->buddy_icon_entry); | 508 gtk_widget_show(dialog->buddy_icon_entry); |
509 | 509 |
510 button = gtk_button_new_with_mnemonic(_("_Browse")); | 510 button = gtk_button_new_with_mnemonic(_("_Browse")); |
511 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | 511 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |