[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 02/02: Do not use empty string as separator (Bug #4822)

noreply at xfce.org noreply at xfce.org
Wed Feb 14 21:21:51 CET 2018


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

a   n   d   r   e       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 thunar-plugins/thunar-media-tags-plugin.

commit 3b5071547564527822ee95ebe27b1a25be3ac0ba
Author: Andre Miranda <andreldm at xfce.org>
Date:   Wed Feb 14 17:20:37 2018 -0300

    Do not use empty string as separator (Bug #4822)
---
 thunar-plugin/tag-renamer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar-plugin/tag-renamer.c b/thunar-plugin/tag-renamer.c
index a8fa381..be0439d 100644
--- a/thunar-plugin/tag-renamer.c
+++ b/thunar-plugin/tag-renamer.c
@@ -63,7 +63,7 @@ tag_renamer_register_enum_types (ThunarxProviderPlugin *plugin)
     { TAG_RENAMER_FORMAT_TRACK_DOT_TITLE,        "TAG_RENAMER_FORMAT_TRACK_DOT_TITLE",        N_ ("Track. Title"), },
     { TAG_RENAMER_FORMAT_TRACK_DOT_ARTIST_TITLE, "TAG_RENAMER_FORMAT_TRACK_DOT_ARTIST_TITLE", N_ ("Track. Artist - Title"), },
     { TAG_RENAMER_FORMAT_ARTIST_TRACK_TITLE,     "TAG_RENAMER_FORMAT_ARTIST_TRACK_TITLE",     N_ ("Artist - Track - Title"), },
-    { TAG_RENAMER_FORMAT_SEPARATOR,              "TAG_RENAMER_FORMAT_SEPARATOR",              "", },
+    { TAG_RENAMER_FORMAT_SEPARATOR,              "TAG_RENAMER_FORMAT_SEPARATOR",              " ", },
     { TAG_RENAMER_FORMAT_CUSTOM,                 "TAG_RENAMER_FORMAT_CUSTOM",                 N_ ("Custom"), },
     { 0,                                         NULL,                                        NULL, },
   };

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


More information about the Xfce4-commits mailing list