After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 655922 - Rebase UrlDetails.urls upon an AbstractFieldDetails-derived class
Rebase UrlDetails.urls upon an AbstractFieldDetails-derived class
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: libfolks
git master
Other Linux
: Normal normal
: folks-0.6.0
Assigned To: folks-maint
folks-maint
Depends on:
Blocks: 653684 655911
 
 
Reported: 2011-08-03 17:34 UTC by Travis Reitter
Modified: 2011-08-12 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2011-08-03 17:34:10 UTC
Proposed API changes:
-  public abstract Set<FieldDetails> urls { get; set; }
-  public abstract Set<UrlFieldDetails> urls { get; set; }
Comment 1 Travis Reitter 2011-08-12 16:03:43 UTC
commit 3a849aec763faa86f81b16d231cb4a167a3ac701
Author: Travis Reitter <travis.reitter@collabora.co.uk>
Date:   Thu Aug 11 16:37:22 2011 +0200

    Support vCard-like parameters for URLs
    
    Closes: bgo#655922 - Rebase UrlDetails.urls upon an
    AbstractFieldDetails-derived class