~noskcaj/ubuntu/vivid/gthumb/flickr-https

« back to all changes in this revision

Viewing changes to extensions/facebook/facebook-service.c

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-04-08 06:31:09 UTC
  • mfrom: (1.3.20)
  • Revision ID: package-import@ubuntu.com-20140408063109-tk845map8ji6uxvd
Tags: 3:3.3.1.is.3.2.7-0ubuntu1
* Revert to newest upstream stable release. LP: #1290691
  - Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
 
137
137
        switch (access_type) {
138
138
        case WEB_AUTHORIZATION_READ:
139
 
                name = "user_photos";
 
139
                name = "";
140
140
                break;
141
141
 
142
142
        case WEB_AUTHORIZATION_WRITE:
143
 
                name = "user_photos,publish_actions";
 
143
                name = "publish_actions";
144
144
                break;
145
145
        }
146
146