From 3cf8fba7799526edaf70ca95478967c84ac07c8f Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 29 Jun 2013 11:45:07 +0200 Subject: [PATCH] Add a note that I want this to go away Signed-off-by: Sebastian Ramacher --- zathura.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura.c b/zathura.c index 4e77b66..665cda0 100644 --- a/zathura.c +++ b/zathura.c @@ -1173,7 +1173,7 @@ zathura_jumplist_hide_inputbar(zathura_t* zathura) } /* we want to do it immediately */ - + /* XXX: ... and we want this to go away */ while (gtk_events_pending()) { gtk_main_iteration(); }