[evolution-patches] 42156: return for an obviously widely used class
- From: Mike Kestner <mkestner ximian com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] 42156: return for an obviously widely used class
- Date: 30 Apr 2003 12:42:44 -0500
Thanks to Morten Welinder for bird dogging this non-constructing
constructor.
Mike
Index: gal/e-text/e-completion-callbacks.c
===================================================================
RCS file: /cvs/gnome/gal/gal/e-text/e-completion-callbacks.c,v
retrieving revision 1.1
diff -u -p -r1.1 e-completion-callbacks.c
--- gal/e-text/e-completion-callbacks.c 10 Feb 2003 02:21:47 -0000 1.1
+++ gal/e-text/e-completion-callbacks.c 30 Apr 2003 17:36:24 -0000
@@ -93,4 +93,6 @@ e_completion_callbacks_new (ECompletionC
cc->request_completion = request_completion;
cc->end_completion = end_completion;
cc->data = data;
+
+ return cc;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]