Mercurial > pidgin
diff src/gtkft.h @ 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 | d03fcb3f4be2 |
| children | 4691c5936c01 |
line wrap: on
line diff
--- a/src/gtkft.h Mon Mar 10 22:07:59 2003 +0000 +++ b/src/gtkft.h Tue Mar 11 00:09:45 2003 +0000 @@ -67,6 +67,11 @@ void gaim_gtkxfer_dialog_hide(struct gaim_gtkxfer_dialog *dialog); /** + * Shows the file transfer dialog, creating a new one if necessary + */ +void gaim_show_xfer_dialog(); + +/** * Adds a file transfer to the dialog. * * @param dialog The file transfer dialog.
