[gnome-kiosk: 1/2] Drop unused positional argument to i18n.merge_file (#2)




commit 4a05bcfc56f8c90bbd6b31cd63e95de02a758a05
Author: Adam Williamson <awilliam redhat com>
Date:   Wed Jul 20 08:48:03 2022 -0700

    Drop unused positional argument to i18n.merge_file (#2)
    
    This doesn't do anything, and including it is a fatal error since
    0.61.0.
    
    Signed-off-by: Adam Williamson <awilliam redhat com>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 493616b..e8e9586 100644
--- a/meson.build
+++ b/meson.build
@@ -142,7 +142,7 @@ desktop_file = configure_file(
         configuration: desktop_config_data
 )
 
-i18n.merge_file('desktop',
+i18n.merge_file(
         input: desktop_file,
         output: 'org.gnome.Kiosk.desktop',
         po_dir: po_dir,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]