GNOME Bugzilla – Bug 637316
Use the new license-type property in the about dialog
Last modified: 2014-02-03 10:56:45 UTC
We don't need to set the license text anymore, we can tell the about dialog the license.
The problem with this is that it won't show the actual license, but just a disclaimer and a link to the license in gnu.org. We can't tell it we're GPLv2+ instead of GPLv2 either. That's all reported in bug 627644, so blocking on that one.
http://git.collabora.co.uk/?p=user/pochu/empathy.git;a=shortlog;h=refs/heads/about-dialog-637316
++
Shouldn't we wait for the gtk+ bug to be fixed before pushing my changes? Right now the about dialog would show something like: This program coes with ABSOLUTELY NO WARRANTY; for details visit www.gnu.org/licenses/old-licenses/gpl-2.0.html instead of the current GPLv2+ header.
Yeah merged once it's fixed.
merged to master; thanks!