Fixed a fail copy/paste soc.2013.gobjectification

Tue, 16 Jul 2013 20:58:20 +0530

author
Ankit Vani <a@nevitus.org>
date
Tue, 16 Jul 2013 20:58:20 +0530
branch
soc.2013.gobjectification
changeset 34794
5a28997714f9
parent 34793
07f8ceb4e690
child 34795
979a2d8fb770

Fixed a fail copy/paste

libpurple/ft.h file | annotate | diff | comparison | revisions
--- a/libpurple/ft.h	Tue Jul 16 20:57:41 2013 +0530
+++ b/libpurple/ft.h	Tue Jul 16 20:58:20 2013 +0530
@@ -198,7 +198,7 @@
  * TODO Boxing of PurpleXfer is a temporary solution to having a GType for
  *      file transfers. This should rather be a GObject instead of a GBoxed.
  */
-GType purple_plugin_get_type(void);
+GType purple_xfer_get_type(void);
 
 /**
  * Creates a new file transfer handle.

mercurial