[gaim-migrate @ 9794]

Sat, 22 May 2004 22:37:33 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sat, 22 May 2004 22:37:33 +0000
changeset 9018
b13b46fa2f16
parent 9017
049f37b0ce05
child 9019
b9a333b36763

[gaim-migrate @ 9794]
I have a feeling returning act here is important.

src/plugin.c file | annotate | diff | comparison | revisions
--- a/src/plugin.c	Sat May 22 19:55:39 2004 +0000
+++ b/src/plugin.c	Sat May 22 22:37:33 2004 +0000
@@ -1159,7 +1159,10 @@
 gaim_plugin_action_new(char* label, void (*callback)(GaimPluginAction *))
 {
 	GaimPluginAction *act = g_new0(GaimPluginAction, 1);
+
 	act->label = label;
 	act->callback = callback;
+
+	return act;
 }
 

mercurial