diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-02 10:12:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-02 16:07:00 +0100 |
commit | 83298077a4cd577860e2114b429a2d413c3ea10c (patch) | |
tree | c7af74e32867564eb37ab7e003420edcff373332 /sd | |
parent | be507ca6acc91c10e4be812d626bbf5eab807f73 (diff) |
tdf#136945 use ListStore instead of TreeStore to avoid dnd creating subnodes
because this just wants a flat list and a drop "on" a row shouldn't
create a child of that row, but a sibling
Change-Id: I0a6b360ffe13018d6878bd4bc3012ee3f5807a1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124589
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/definecustomslideshow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/definecustomslideshow.ui b/sd/uiconfig/simpress/ui/definecustomslideshow.ui index fd35ce574762..9d8023e4e4eb 100644 --- a/sd/uiconfig/simpress/ui/definecustomslideshow.ui +++ b/sd/uiconfig/simpress/ui/definecustomslideshow.ui @@ -2,7 +2,7 @@ <!-- Generated with glade 3.36.0 --> <interface domain="sd"> <requires lib="gtk+" version="3.20"/> - <object class="GtkTreeStore" id="liststore1"> + <object class="GtkListStore" id="liststore1"> <columns> <!-- column-name text --> <column type="gchararray"/> @@ -10,7 +10,7 @@ <column type="gchararray"/> </columns> </object> - <object class="GtkTreeStore" id="liststore2"> + <object class="GtkListStore" id="liststore2"> <columns> <!-- column-name text --> <column type="gchararray"/> |