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

« back to all changes in this revision

Viewing changes to plugins/shotwell-publishing/flickr_publishing_options_pane.glade

  • 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:
135
135
            <property name="spacing">64</property>
136
136
            <property name="homogeneous">True</property>
137
137
            <child>
138
 
              <object class="GtkButton" id="logout_button">
139
 
                <property name="label" translatable="yes">_Logout</property>
140
 
                <property name="use_action_appearance">False</property>
141
 
                <property name="width_request">96</property>
142
 
                <property name="visible">True</property>
143
 
                <property name="can_focus">True</property>
144
 
                <property name="receives_default">True</property>
145
 
                <property name="use_action_appearance">False</property>
146
 
                <property name="use_underline">True</property>
147
 
              </object>
148
 
              <packing>
149
 
                <property name="expand">False</property>
150
 
                <property name="fill">True</property>
151
 
                <property name="padding">24</property>
152
 
                <property name="position">0</property>
153
 
              </packing>
154
 
            </child>
155
 
            <child>
156
138
              <object class="GtkButton" id="publish_button">
157
139
                <property name="label" translatable="yes">_Publish</property>
158
140
                <property name="use_action_appearance">False</property>
167
149
                <property name="expand">False</property>
168
150
                <property name="fill">True</property>
169
151
                <property name="padding">24</property>
170
 
                <property name="position">1</property>
 
152
                <property name="position">0</property>
171
153
              </packing>
172
154
            </child>
173
155
          </object>