diff -r 7240fd8e3462 -r 209a1350d87f finch/libgnt/gnttextview.c --- a/finch/libgnt/gnttextview.c Wed Oct 21 09:44:50 2015 -0400 +++ b/finch/libgnt/gnttextview.c Wed Oct 21 10:16:09 2015 -0400 @@ -353,8 +353,8 @@ double_click = FALSE; } else { double_click = TRUE; - select_start = 0; - select_end = 0; + select_start = NULL; + select_end = NULL; gnt_widget_draw(widget); return TRUE; }