GNOME Bugzilla – Bug 309567
port more properties to the async system
Last modified: 2006-03-25 23:28:04 UTC
Please describe the problem: This is an untested/probably-does-not-compile patch to port more properties to the async setup. I just want to get a copy somewhere besides my hard drive since who knows when I'll work on it again. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 48705 [details] [review] untested patch for async properties
Created attachment 60284 [details] [review] Move some code out of window.c into window-props.c I went through this line by line, comparing the old and new versions in the patch with the current version in CVS, and the attached is a patch against current CVS. It compiles and runs fine, but I'm not sure whether there's anything specific I should look for for testing in the resulting version.
I looked over it and couldn't find any problems. Maybe we just need to commit it to get some wider testing. :-) I'd rather avoid having the 2-14 branch and HEAD diverge too much right now, so let's wait until a couple weeks after 2.14.0 goes out.
Looks like the patch fails to apply now due to your change from bug 328211; but it should be a simple fix. Can you update the patch to head, commit it, and attach it here for reference?
Created attachment 62009 [details] [review] Revised version against current HEAD Okay, here's the patch. I'll check it in now, then.
Checked into HEAD. -> FIXED