diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-16 09:01:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-16 15:50:47 +0100 |
commit | 99f4e625cdd6384291ccde1f68dca73ced43edfb (patch) | |
tree | d284ee162676119f30c9fd47ce8db0ad66caa905 /dbaccess | |
parent | 90307f1cb30dd1d2e0ec5f19104cbf1515616537 (diff) |
Resolves: tdf#138240 GtkComboBox without model
just use a GtkComboBoxText which comes with one by default
Change-Id: I041d37be137aed4c888336c62db574ea3d730e4b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105916
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/odbcpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/uiconfig/ui/odbcpage.ui b/dbaccess/uiconfig/ui/odbcpage.ui index 9db0a537598b..58ac34b1ac7e 100644 --- a/dbaccess/uiconfig/ui/odbcpage.ui +++ b/dbaccess/uiconfig/ui/odbcpage.ui @@ -45,7 +45,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="charset"> + <object class="GtkComboBoxText" id="charset"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> |