Comment 9 for bug 1307251

Revision history for this message
In , Eric Koegel (eric-koegel) wrote :

Created attachment 5439
Fix icon position saving on resolution change

So I got the time to actually test the patch out and it works great, thanks. I turned it into a full git patch, so instead of doing:
git diff > ~/fix-for-bug-1234.patch

you can do:

git add -u
git commit
git format-patch -1

Those commands will 1) stage your changes, 2) commit them (and allow you to add a header and get credit for your work), and then 3) pull the patch out so it can be added to xfdesktop's code directly. This may be helpful if you write more patches for git based projects in the future.

If ypu're ok with the header I put on your patch, I'll commit it to xfdesktop. Thanks again.