summaryrefslogtreecommitdiff
path: root/pidgin/gtkft.h
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2007-02-14 02:35:35 +0000
committerDaniel Atallah <datallah@pidgin.im>2007-02-14 02:35:35 +0000
commitbb38769b14790c51ec6d1c4577ffa1e0e1a76a1d (patch)
treed777227aa1d397f4257f67e19f9c4ed2124a476f /pidgin/gtkft.h
parent9588b288cbd6435adf3d0a15ba541f90098e75da (diff)
downloadpidgin-bb38769b14790c51ec6d1c4577ffa1e0e1a76a1d.tar.gz
Some more pidgininfication
Diffstat (limited to 'pidgin/gtkft.h')
-rw-r--r--pidgin/gtkft.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pidgin/gtkft.h b/pidgin/gtkft.h
index ed21582529..76c1867b53 100644
--- a/pidgin/gtkft.h
+++ b/pidgin/gtkft.h
@@ -122,18 +122,18 @@ void pidgin_xfers_init(void);
void pidgin_xfers_uninit(void);
/**
- * Sets gaim's main file transfer dialog.
+ * Sets pidgin's main file transfer dialog.
*
* @param dialog The main dialog.
*/
-void gaim_set_gtkxfer_dialog(PidginXferDialog *dialog);
+void pidgin_set_xfer_dialog(PidginXferDialog *dialog);
/**
- * Returns gaim's main file transfer dialog.
+ * Returns pirgin's main file transfer dialog.
*
* @return The main dialog.
*/
-PidginXferDialog *gaim_get_gtkxfer_dialog(void);
+PidginXferDialog *pidgin_get_xfer_dialog(void);
/**
* Returns the UI operations structure for the GTK+ file transfer UI.