GNOME Bugzilla – Bug 363312
compiler warning in panel-recent.c
Last modified: 2006-12-04 14:25:22 UTC
Use of uninitialized variable in panel-recent.c
Created attachment 74991 [details] [review] warning patch Patch to fix warning.
We're getting the value with g_object_get (manager, "size", &size, NULL); But we can silent the warning. I'd prefer if you could just change the patch to have "size = 0;" before the g_object_get call. Thanks!
I commited this with the change you suggested.