default initialize the temporary default value, instead of nuking the

Thu Jul 13 02:07:54 2000  Tim Janik  <timj@gtk.org>

        * gparam.c (g_param_value_defaults): default initialize the temporary
        default value, instead of nuking the caller's value contents.
This commit is contained in:
Tim Janik
2000-07-13 00:09:56 +00:00
committed by Tim Janik
parent c38d1dd9e9
commit 90784da01b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Thu Jul 13 02:07:54 2000 Tim Janik <timj@gtk.org>
* gparam.c (g_param_value_defaults): default initialize the temporary
default value, instead of nuking the caller's value contents.
2000-07-11 Raja R Harinath <harinath@cs.umn.edu>
* gtype.c (g_type_get_plugin): Don't return just 0 or 1.