[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:52:54 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 m a s t e r
in repository xfce/thunar.
commit 95985bb3acd99d3a5ce5d002e9a842f0d3f0cc76
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