~elementary-pantheon/webcontracts/trunk

« back to all changes in this revision

Viewing changes to src/Contracts/Flickr.vala

  • Committer: Tom Beckmann
  • Date: 2012-08-30 09:04:07 UTC
  • mfrom: (7.1.1 webcontracts)
  • Revision ID: tombeckmann@online.de-20120830090407-ye6a5zdbodur63il
Merge with lp:~codygarver/webcontracts/fix-983560 to fix the gsettings paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        public string current_account {get; set;}
9
9
        
10
10
        public FlickrSettings (){
11
 
            base ("org.elementary.Contractor.flickr");
 
11
            base ("org.pantheon.Contractor.flickr");
12
12
        }
13
13
        
14
14
    }