~ubuntu-branches/ubuntu/quantal/shotwell/quantal

« back to all changes in this revision

Viewing changes to misc/shotwell.application

  • Committer: Package Import Robot
  • Author(s): Ken VanDine, Alberto Mardegan
  • Date: 2012-09-24 11:10:48 UTC
  • Revision ID: package-import@ubuntu.com-20120924111048-dic3zkytvn0iaz36
Tags: 0.13.0-0ubuntu2
[ Alberto Mardegan ]
* debian/patches/06_uoa.patch (LP: #1046461)
  - Support multiple accounts per service
  - Attempt automatic login
  - Remove logout buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8" ?>
2
2
<application id="shotwell">
3
3
  <description>Shotwell</description>
4
 
        <desktop-entry>shotwell.desktop</desktop-entry>
 
4
  <desktop-entry>shotwell.desktop</desktop-entry>
 
5
  <translations>shotwell</translations>
5
6
 
6
7
  <services>
7
 
                <service id="picasa">
8
 
                        <description>Publish your pictures to Picasa</description>
9
 
                </service>
10
 
                <service id="facebook-sharing">
11
 
                        <description>Publish your pictures to Facebook</description>
12
 
                </service>
13
 
                <service id="flickr-sharing">
14
 
                        <description>Publish your pictures to Flickr</description>
15
 
                </service>
 
8
    <service id="picasa">
 
9
      <description>Publish your pictures to Picasa</description>
 
10
    </service>
 
11
    <service id="facebook-sharing">
 
12
      <description>Publish your pictures to Facebook</description>
 
13
    </service>
 
14
    <service id="flickr-sharing">
 
15
      <description>Publish your pictures to Flickr</description>
 
16
    </service>
16
17
  </services>
17
18
 
18
19
</application>