From 1bc9da6c4acd02be7bed4121826af4e13a1b7c29 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 26 Feb 2014 10:20:40 +0100 Subject: [PATCH] start: add missing comma --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index 71e05d7..835d26b 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -27,7 +27,7 @@ local execute = { "x-scheme-handler/https " .. "text/html", -- Default MIME types - "xdg-mime default evince.desktop application/pdf" + "xdg-mime default evince.desktop application/pdf", "xdg-mime default gpicview.desktop image/png image/jpeg image/jpg image/gif" }