Skip to content

Commit

Permalink
Refer to Gtk.DestDefaults instead of Gdk.DestDefaults
Browse files Browse the repository at this point in the history
Fixes #16
  • Loading branch information
sebp committed May 28, 2012
1 parent 736046f commit 9de80c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/drag_and_drop.txt
Expand Up @@ -61,7 +61,7 @@ Drag and Drop Methods and Objects

Sets the widget to be a drag destination.

*flags* are a combination of :attr:`Gdk.DestDefaults` masks which configures
*flags* are a combination of :attr:`Gtk.DestDefaults` masks which configures
the processes which occur on a drag site.
*targets* is a list of :class:`Gtk.TargetEntry's <Gtk.TargetEntry>` which
describe the data to be passed between source and destination.
Expand Down

0 comments on commit 9de80c3

Please sign in to comment.