commit 3b9495ffd45462514899cf4d247e9703dcf5e748
parent 8880d1a9996875e5cb872509de1d47c22e0b9b04
Author: Colin Leroy <colin@colino.net>
Date: Thu, 1 May 2014 10:18:57 +0200
Fix type
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c
@@ -77,7 +77,7 @@ struct _QuickSearch
gboolean running;
gboolean has_focus;
gboolean in_typing;
- guint press_timeout_id;
+ gint press_timeout_id;
GList *normal_search_strings;
GList *extended_search_strings;