~ubuntu-branches/ubuntu/wily/gajim/wily

« back to all changes in this revision

Viewing changes to plugins/plugin_installer/config_dialog.ui

  • Committer: Package Import Robot
  • Author(s): Tanguy Ortolo
  • Date: 2014-10-14 22:02:28 UTC
  • mfrom: (10.3.2)
  • Revision ID: package-import@ubuntu.com-20141014220228-il9sr5tteeqnwmnq
Tags: 0.16-1
* New upstream release. (Closes: #729042, #757570)
* debian/patches:
   - fix-oid-definitions.patch: remove deprecated patch, which
     has been applied upstream.
   - desktop-keywords.patch: remove deprecated patch, which has been applied
     upstream.
   - fix-manpages.patch: fix markup errors in manpages.
* debian/control:
   - depend on python-nbxmpp
   - update Standards-Version to 3.9.6 (no change needed).
* debian/copyright: remove deprecated paragraph about python-xmpppy fork,
  which is now an distinct project.
* debian/rules:
   - move the XPM icon generation to the build target instead of the
     configure one.
   - no longer remove a duplicate certificate which is no longer provided.

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
                    <property name="layout_style">end</property>
196
196
                    <child>
197
197
                      <object class="GtkButton" id="inslall_upgrade_button">
 
198
                        <property name="label" translatable="yes">Install/Upgrade</property>
198
199
                        <property name="visible">True</property>
199
200
                        <property name="sensitive">False</property>
200
201
                        <property name="can_focus">False</property>
201
202
                        <property name="receives_default">True</property>
 
203
                        <property name="image">image1</property>
 
204
                        <property name="use_underline">True</property>
202
205
                        <signal name="clicked" handler="on_inslall_upgrade_clicked"/>
203
 
                        <child>
204
 
                          <object class="GtkHBox" id="hbox1">
205
 
                            <property name="visible">True</property>
206
 
                            <child>
207
 
                              <object class="GtkImage" id="image1">
208
 
                                <property name="visible">True</property>
209
 
                                <property name="stock">gtk-refresh</property>
210
 
                              </object>
211
 
                              <packing>
212
 
                                <property name="position">0</property>
213
 
                              </packing>
214
 
                            </child>
215
 
                            <child>
216
 
                              <object class="GtkLabel" id="label1">
217
 
                                <property name="visible">True</property>
218
 
                                <property name="xalign">0</property>
219
 
                                <property name="label" translatable="yes">Install/Upgrade</property>
220
 
                              </object>
221
 
                              <packing>
222
 
                                <property name="position">1</property>
223
 
                              </packing>
224
 
                            </child>
225
 
                          </object>
226
 
                        </child>
227
206
                      </object>
228
207
                      <packing>
229
208
                        <property name="expand">False</property>
259
238
    <child>
260
239
      <object class="GtkVBox" id="hbox111">
261
240
        <property name="visible">True</property>
 
241
        <property name="border_width">9</property>
262
242
        <child>
263
243
          <object class="GtkHBox" id="hbox2">
264
244
            <property name="visible">True</property>
322
302
      </object>
323
303
    </child>
324
304
  </object>
 
305
  <object class="GtkImage" id="image1">
 
306
    <property name="visible">True</property>
 
307
    <property name="stock">gtk-refresh</property>
 
308
  </object>
325
309
</interface>