finch/libgnt/gnttextview.c

changeset 37390
209a1350d87f
parent 36257
c5445f25f90f
--- 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;
 				}

mercurial