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 321507 - Separate account management from GalleryExport class
Separate account management from GalleryExport class
Status: RESOLVED DUPLICATE of bug 302560
Product: f-spot
Classification: Other
Component: General
CVS
Other Linux
: Normal enhancement
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-15 09:27 UTC by Ben Monnahan
Modified: 2005-12-08 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Moves the account management functionality out of GalleryExport (9.54 KB, patch)
2005-11-15 09:30 UTC, Ben Monnahan
none Details | Review

Description Ben Monnahan 2005-11-15 09:27:05 UTC
Currently the GalleryExport class contains many things that would be generally
useful to other parts of the system that want to connect to the user's Gallerys.
 I'm working on import from Gallery and this is the first step into adding that
functionality.

The included patch leaves everything in GalleryExport.cs for now, as there is
currently at least on other patch that touches the file.  Once all the merging
happens it should probably be moved to GalleryRemotes.cs or a new file.

This is the first time I've done anything in C# so let me know if you see
anything wrong.
Comment 1 Ben Monnahan 2005-11-15 09:30:04 UTC
Created attachment 54772 [details] [review]
Moves the account management functionality out of GalleryExport
Comment 2 Ben Monnahan 2005-12-08 13:57:52 UTC

*** This bug has been marked as a duplicate of 302560 ***