comparison src/gtkft.c @ 4698:aa2ceea841b4

[gaim-migrate @ 5009] The docklet's back. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 11 Mar 2003 00:09:45 +0000
parents 283fb289c510
children da5dc9bc840a
comparison
equal deleted inserted replaced
4697:4be12ff42986 4698:aa2ceea841b4
721 721
722 gtk_widget_hide(dialog->window); 722 gtk_widget_hide(dialog->window);
723 } 723 }
724 724
725 void 725 void
726 gaim_show_xfer_dialog()
727 {
728 struct gaim_gtkxfer_dialog *dialog;
729
730 dialog = gaim_get_gtkxfer_dialog();
731
732 if (dialog == NULL) {
733 dialog = gaim_gtkxfer_dialog_new();
734
735 gaim_set_gtkxfer_dialog(dialog);
736 }
737
738 gaim_gtkxfer_dialog_show(dialog);
739 }
740
741 void
726 gaim_gtkxfer_dialog_add_xfer(struct gaim_gtkxfer_dialog *dialog, 742 gaim_gtkxfer_dialog_add_xfer(struct gaim_gtkxfer_dialog *dialog,
727 struct gaim_xfer *xfer) 743 struct gaim_xfer *xfer)
728 { 744 {
729 struct gaim_gtkxfer_ui_data *data; 745 struct gaim_gtkxfer_ui_data *data;
730 GaimXferType type; 746 GaimXferType type;