diff options
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index ef34c9b99..f5cd19995 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -925,6 +925,7 @@ launch_desktop_item (const char *desktop_file, gboolean ephy_file_launch_desktop_file (const char *filename, + const char *parameter, guint32 user_time) { GError *error = NULL; @@ -947,7 +948,7 @@ ephy_file_launch_desktop_file (const char *filename, if (path != NULL) { - ret = launch_desktop_item (path, NULL, user_time, &error); + ret = launch_desktop_item (path, parameter, user_time, &error); if (ret == -1 || error != NULL) { |