avoid crash by drag-n-drop in variable dialog #58457
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 5 Jun 2020 09:33:52 +0000 (11:33 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 5 Jun 2020 09:33:52 +0000 (11:33 +0200)
The drag-n-drop was enabled in the variable dialog but
actually doing it results in a crash. See:

https://savannah.gnu.org/bugs/index.php?58475

src/ui/gui/variable-info.ui

index 3135c1d026a957ae8fc5caf9d819fd8dbcdda240..ce9292b00566e16270f17eaa2601fadae732a902 100644 (file)
@@ -46,7 +46,7 @@
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                 <property name="border_width">0</property>
                 <property name="headers_visible">False</property>
-                <property name="reorderable">True</property>
+                <property name="reorderable">False</property>
                 <property name="fixed_height_mode">True</property>
                 <child internal-child="selection">
                   <object class="GtkTreeSelection" id="psppire-dictview-selection1"/>