From 188846cecfda3b8f19e45ca37a60d817bff2afed Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 11:54:59 +0200 Subject: Remove trailing whitespaces --- applets/fish/fish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/fish/fish.c') diff --git a/applets/fish/fish.c b/applets/fish/fish.c index 976c3087..9f9635e2 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -155,7 +155,7 @@ static void show_help(FishApplet* fish, const char* link_id) else uri = g_strdup_printf ("help:%s", FISH_HELP_DOC); - gtk_show_uri_on_window (NULL, uri, + gtk_show_uri_on_window (NULL, uri, gtk_get_current_event_time (), &error); g_free (uri); -- cgit v1.2.1