diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 16:04:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 16:33:42 +0100 |
commit | e48cb3667db5ffbd75ed74d18da64ee1c204b372 (patch) | |
tree | 5a8c318ec6e641d41a8ccd11f3116af6cf91a6aa /cui/uiconfig | |
parent | 5cb6877206c459530caa104b34e494badab5a4d1 (diff) |
set has-default for insert ole object dialog
Change-Id: Ic1c3f8784bc41c6b8adbeb4798e51eeb0300b2d0
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/insertoleobject.ui | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/cui/uiconfig/ui/insertoleobject.ui b/cui/uiconfig/ui/insertoleobject.ui index 167b9581fb93..7e3f151f202e 100644 --- a/cui/uiconfig/ui/insertoleobject.ui +++ b/cui/uiconfig/ui/insertoleobject.ui @@ -203,6 +203,7 @@ <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="has_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">True</property> @@ -261,22 +262,4 @@ <action-widget response="0">help</action-widget> </action-widgets> </object> - <object class="GtkAdjustment" id="adjustment1"> - <property name="lower">1</property> - <property name="upper">9999</property> - <property name="value">1</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> - </object> - <object class="GtkListStore" id="liststore1"> - <columns> - <!-- column-name gchararray1 --> - <column type="gchararray"/> - </columns> - <data> - <row> - <col id="0" translatable="yes">[None]</col> - </row> - </data> - </object> </interface> |