[Xfce4-commits] [xfce/thunar] 01/01: Fix XML declaratation in uca.xml (Bug #13623)

noreply at xfce.org noreply at xfce.org
Tue Jul 9 22:54:32 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   l   e   x       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit c480ee7b8f2c26e09dcdd4f4bed240c4d1123e42
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date:   Sun Jul 7 23:25:56 2019 +0200

    Fix XML declaratation in uca.xml (Bug #13623)
---
 plugins/thunar-uca/thunar-uca-model.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/thunar-uca/thunar-uca-model.c b/plugins/thunar-uca/thunar-uca-model.c
index edee3e4..91f6e4a 100644
--- a/plugins/thunar-uca/thunar-uca-model.c
+++ b/plugins/thunar-uca/thunar-uca-model.c
@@ -1426,7 +1426,7 @@ thunar_uca_model_save (ThunarUcaModel *uca_model,
   fp = fdopen (fd, "w");
 
   /* write the header */
-  fprintf (fp, "<?xml encoding=\"UTF-8\" version=\"1.0\"?>\n<actions>\n");
+  fprintf (fp, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<actions>\n");
 
   /* write the model items */
   for (lp = uca_model->items; lp != NULL; lp = lp->next)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list