diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-31 06:18:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-31 06:18:53 +0000 |
commit | b7ef9c53f73ca2ac4912b91bf99977a058b87138 (patch) | |
tree | 4e1ea75d3d0e1bd8df3c670edb9bd41333e74706 /gtk/gtkentry.c | |
parent | bd218902809de21782ac9ac02ec803093076de0d (diff) | |
download | gtk+-b7ef9c53f73ca2ac4912b91bf99977a058b87138.tar.gz |
Fix typo
svn path=/trunk/; revision=22022
Diffstat (limited to 'gtk/gtkentry.c')
-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. */ |