GNOME Bugzilla – Bug 321507
Separate account management from GalleryExport class
Last modified: 2005-12-08 13:57:52 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.
Created attachment 54772 [details] [review] Moves the account management functionality out of GalleryExport
*** This bug has been marked as a duplicate of 302560 ***