Mercurial > pidgin.yaz
changeset 14625:3e193cf68660
[gaim-migrate @ 17357]
RTFM. This makes the cursor more visible in entry-boxes.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 26 Sep 2006 18:21:14 +0000 |
parents | 776615acf309 |
children | d1935057d82c |
files | console/libgnt/gntentry.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/console/libgnt/gntentry.c Tue Sep 26 17:38:09 2006 +0000 +++ b/console/libgnt/gntentry.c Tue Sep 26 18:21:14 2006 +0000 @@ -128,7 +128,7 @@ if (focus) mvwchgat(widget->window, 0, gnt_util_onscreen_width(entry->scroll, entry->cursor), - 1, A_REVERSE, COLOR_PAIR(GNT_COLOR_TEXT_NORMAL), NULL); + 1, A_REVERSE, GNT_COLOR_TEXT_NORMAL, NULL); GNTDEBUG; }