diff options
author | Laurent Napias <[email protected]> | 2019-06-29 11:54:59 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-07-05 17:09:27 +0200 |
commit | 188846cecfda3b8f19e45ca37a60d817bff2afed (patch) | |
tree | 571ae1908573dd88f390482faf1a8c75ea61cc68 /applets/fish/fish.c | |
parent | 96ceed2717780188bc0eb84565d91617783d7192 (diff) | |
download | mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2 mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'applets/fish/fish.c')
-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); |