~elementary-pantheon/webcontracts/trunk

« back to all changes in this revision

Viewing changes to src/Contracts/Youtube.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:
7
7
        public string current_account {get; set;}
8
8
        
9
9
        public YoutubeSettings (){
10
 
            base ("org.elementary.Contractor.youtube");
 
10
            base ("org.pantheon.Contractor.youtube");
11
11
        }
12
12
    }
13
13