Author: post
Date: 2010-12-30 01:15:47 +0100 (Thu, 30 Dec 2010)
New Revision: 3733

Modified:
   trunk/src/rs-actions.c
Log:
Take out various characters from tags - like ,.;: and similar.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2010-12-30 00:14:24 UTC (rev 3732)
+++ trunk/src/rs-actions.c      2010-12-30 00:15:47 UTC (rev 3733)
@@ -820,7 +820,7 @@
        const char* entry_text = gtk_entry_get_text(entry);
        if (num_selected > 0 && entry_text)
        {
-               GList *tags = rs_split_string(entry_text, " ");
+               GList *tags = rs_split_string(entry_text, " .,/;:~^*|&");
                for(i = 0; i < g_list_length(tags); i++)
                {
                        gchar *tag = (gchar *) g_list_nth_data(tags, i);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to