diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index a204943f46..a12a6103ed 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -7609,7 +7609,7 @@ gtk_entry_get_icon_at_pos (GtkEntry *entry, * * To handle the drag operation, you need to connect to the usual * #GtkWidget::drag-data-get (or possibly #GtkWidget::drag-data-delete) - * signal, and use gtk_icon_entry_get_current_icon_drag_source() in + * signal, and use gtk_entry_get_current_icon_drag_source() in * your signal handler to find out if the drag was started from * an icon. */ |