[Xfce4-commits] <midori:master> Don't skip title prefix when importing JSON

Christian Dywan noreply at xfce.org
Sun May 1 17:52:01 CEST 2011


Updating branch refs/heads/master
         to 003b866e1769cb166f330788e152aeba6b68178a (commit)
       from eb0ee9ca735953fa7d20f93760863bae877b0cf3 (commit)

commit 003b866e1769cb166f330788e152aeba6b68178a
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sun May 1 16:08:47 2011 +0200

    Don't skip title prefix when importing JSON
    
    Fixes: https://bugs.launchpad.net/midori/+bug/774745

 midori/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index db06f3f..5d6035d 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -1727,7 +1727,7 @@ speeddial_new_from_file (const gchar* config,
             }
             else if (g_str_equal (key, "title") && *val)
             {
-                g_key_file_set_value (key_file, dial_id, key, val + 3);
+                g_key_file_set_value (key_file, dial_id, key, val);
             }
             else if (g_str_equal (key, "width"))
             {



More information about the Xfce4-commits mailing list