~ubuntu-branches/ubuntu/wily/gramps/wily

« back to all changes in this revision

Viewing changes to gramps/gui/glade/editplaceref.glade

  • Committer: Package Import Robot
  • Author(s): Ross Gammon
  • Date: 2015-05-16 11:49:41 UTC
  • mfrom: (39.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20150516114941-hiku87mi6p7wbjba
Tags: 4.1.3~dfsg-1
* New upstream release
* Fixes manpage desription of import function (LP: #1427444)
* Fixes crash when closing detatched gramplet (Closes: #785393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
                    <child>
351
351
                      <object class="GtkComboBox" id="place_type">
352
352
                        <property name="visible">True</property>
353
 
                        <property name="can_focus">False</property>
 
353
                        <property name="can_focus">True</property>
 
354
                        <property name="tooltip_text" translatable="yes">What type of place this is. Eg 'Country', 'City', ... .</property>
354
355
                        <property name="has_entry">True</property>
355
356
                        <child internal-child="entry">
356
357
                          <object class="GtkEntry" id="combobox-entry">
357
 
                            <property name="can_focus">False</property>
 
358
                            <property name="can_focus">True</property>
 
359
                            <property name="overwrite_mode">True</property>
358
360
                          </object>
359
361
                        </child>
360
362
                      </object>