soc.2008.finch: 114a0822: Clarify some comments.
sadrul at pidgin.im
sadrul at pidgin.im
Wed Sep 10 10:50:34 EDT 2008
-----------------------------------------------------------------
Revision: 114a0822fb1dd4fd83e24bcdce4c477aab118c74
Ancestor: 08d13c3d52217c7bbd867d2cfdfd8dbccdbcb1eb
Author: sadrul at pidgin.im
Date: 2008-09-10T14:54:27
Branch: im.pidgin.soc.2008.finch
URL: http://d.pidgin.im/viewmtn/revision/info/114a0822fb1dd4fd83e24bcdce4c477aab118c74
Modified files:
finch/libgnt/gntentry.c
ChangeLog:
Clarify some comments.
-------------- next part --------------
============================================================
--- finch/libgnt/gntentry.c aea6487764d5d2f8db8b1c25495de9e8903bda81
+++ finch/libgnt/gntentry.c e9c212912338d9ec73e2a98b0c521596674eae27
@@ -97,8 +97,8 @@ struct _GntEntrySpell
gboolean enable;
GntWidget *context; /**< Context menu to correct spelling or change language */
GntEntryWord *word_list; /**< Linked list of words */
- GntEntryWord *cursor_word; /**< Word under the cursor position */
- GntEntryWord *scroll_word; /**< Word under the scroll position */
+ GntEntryWord *cursor_word; /**< Word under the cursor position. If 'cursor' is on a non-word character, then NULL */
+ GntEntryWord *scroll_word; /**< Word under the scroll position. If 'scroll' is on a non-word character, then the next word */
#endif
};
More information about the Commits
mailing list