diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-10-27 12:57:29 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-10-27 12:57:29 +0200 |
commit | 6f3e4440aeb30ff648b09d01edf5099f4bb5d052 (patch) | |
tree | 7f7784fa187f487ae6007892055e8fd59502bd07 /examples/gui/drag_n_drop | |
parent | 13b80a4a295a7f69d61e2fb8d02d5f457dcebef7 (diff) | |
download | fpGUI-6f3e4440aeb30ff648b09d01edf5099f4bb5d052.tar.xz |
X11 DND: Incorrectly assumed there will always be a 'text/plain' mime-type
If the developer did not set the AMimeChoice in OnDragEnter, then
the incorrect default could have been used. By default it
used to deflaut to 'text/plain' and never actually checked the
mime-type list to see if that exists. :-(
Now the default AMimeChoice is set the the first mime-type in
the mime-type list. This keeps with the methodology that the
mime-type list must be from most specific to least specific mime types.
Diffstat (limited to 'examples/gui/drag_n_drop')
0 files changed, 0 insertions, 0 deletions