GNOME Bugzilla – Bug 579045
tab completion hard-codes ":", ignores completion_suffix
Last modified: 2010-03-24 13:03:12 UTC
xchat-gnome has hard coded ":" in tab_complete_nickname(), instead of using the completion_suffix setting in xchat.conf. Which happens to default to ","
in which file plz? The source is huge^^
tab_complete_nickname() is in ./src/fe-gnome/text-entry.c . The setting should be available via including "xchatc.h" from common/ and using the prefs.nick_suffix string.
Why couldn´t this be solved by #define? Maybe a stupid question^^
Created attachment 134364 [details] [review] patch #define does not cut it here. the attached patch replaces ":" with "%s" - prefs.nick_suffix .
Review of attachment 134364 [details] [review]: committed