com gtk/php-gtk: NULL at the end: ext/gtk+/gtk.overrides
[email protected] (David Soria Parra) Sat, 14 Jan 2006 17:19:47 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: e70ac66d777b34c06796195808cfcc1159fe5dda Author: Andrei Zmievski <[email protected]> Sat, 14 Jan 2006 17:19:47 +0000 Parents: c55024e2002aabb5319a446947c8a40d4b8704ad Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=e70ac66d777b34c06796195808cfcc1159fe5dda Log: NULL at the end Changed paths: M ext/gtk+/gtk.overrides Diff: e70ac66d777b34c06796195808cfcc1159fe5dda diff --git a/ext/gtk+/gtk.overrides b/ext/gtk+/gtk.overrides index bfe48d5..c447745 100644 --- a/ext/gtk+/gtk.overrides +++ b/ext/gtk+/gtk.overrides @@ -1126,7 +1126,7 @@ PHP_METHOD } wrapped_obj = (GObject *)g_object_new(phpg_gtype_from_zval(this_ptr), - "max-length", max, "text", text); + "max-length", max, "text", text, NULL); if (free_text) g_free(text);