summaryrefslogtreecommitdiffstats
path: root/source/textbox.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-27 23:39:52 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-27 23:39:52 +0100
commit91780b71dbcf509afa3f84a0bde4c503c801b27b (patch)
treea7fcec6a208ba0b3511b15b16ff16e90b112e53f /source/textbox.c
parentafc056ecc50bb6f082356605ee6e82121a383d48 (diff)
Small fix.
Diffstat (limited to 'source/textbox.c')
-rw-r--r--source/textbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/textbox.c b/source/textbox.c
index 0c461550..fa5db216 100644
--- a/source/textbox.c
+++ b/source/textbox.c
@@ -103,7 +103,7 @@ textbox* textbox_create ( TextboxFlags flags, short x, short y, short w, short h
tb->blink_timeout = 0;
tb->blink = 1;
if ( ( flags & TB_EDITABLE ) == TB_EDITABLE ) {
- tb->blink_timeout = g_timeout_add ( 1200, textbox_blink, tb );
+ // tb->blink_timeout = g_timeout_add ( 1200, textbox_blink, tb );
}
return tb;