diff options
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index bb1d45f92..f838c7d1f 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -115,8 +115,8 @@ GtkTextTag *empathy_text_buffer_tag_set (GtkTextBuffer *buffer, const gchar *first_property_name, ...); -typedef gboolean (*EmpathyFileChooserCallback) (EmpathyFile *file, - gpointer user_data); +typedef gboolean (*EmpathyFileChooserCallback) (EmpathyTpFile *tp_file, + gpointer user_data); void empathy_send_file_with_file_chooser (EmpathyContact *contact, EmpathyFileChooserCallback callback, |