chiark / gitweb /
Add missing call to gtk_selection_clear_targets(), without which the
authorSimon Tatham <anakin@pobox.com>
Mon, 1 Dec 2008 23:04:17 +0000 (23:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 1 Dec 2008 23:04:17 +0000 (23:04 +0000)
commitba08d8ab28cb26cf3f743acf0e9c9df13bbb5d3e
treeaa01b1fc8c376abcc51428fb899f1db860ea70c9
parentec38952c4c8e924c1c89ad5b934c6b8e70ce4102
Add missing call to gtk_selection_clear_targets(), without which the
list of selection targets offered by GTK Puzzles grows an extra copy
of each of the three supported text formats every time the user
makes a selection!

[originally from svn r8365]
gtk.c