Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=683150

--- Comment #21 from Christoph Wickert <cwick...@fedoraproject.org> 2011-07-08 
22:35:14 EDT ---
One minor thing:

desktop-file-install --remove-key=Encoding     \
    --remove-category Development              \
    --add-category    Utility                  \

Either use 

desktop-file-install --remove-key Encoding     \
    --remove-category Development              \
    --add-category    Utility                  \

or

desktop-file-install --remove-key=Encoding     \
    --remove-category=Development              \
    --add-category=Utility                     \

It doesn't make a difference, just for consistency.

I have now sponsored you. Congratulations!

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to