diff options
Diffstat (limited to 'applets/fish')
-rw-r--r-- | applets/fish/fish.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |