~ubuntu-branches/debian/sid/ardesia/sid

« back to all changes in this revision

Viewing changes to desktop/share_confirmation_dialog.glade

  • Committer: Bazaar Package Importer
  • Author(s): TANIGUCHI Takaki
  • Date: 2011-08-08 09:52:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808095217-onuh4hhj5bg6okfq
Tags: 0.9-1
* New upstream
* Bump Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
 
1
<?xml version="1.0"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
4
4
  <!-- interface-naming-policy project-wide -->
53
53
                <property name="label">gtk-ok</property>
54
54
                <property name="visible">True</property>
55
55
                <property name="can_focus">True</property>
 
56
                <property name="has_focus">True</property>
 
57
                <property name="is_focus">True</property>
56
58
                <property name="receives_default">True</property>
57
59
                <property name="use_stock">True</property>
58
60
                <signal name="clicked" handler="on_share_ok_button_clicked"/>