]> spindle.queued.net Git - midori/commitdiff
Remove unneeded check in HTML import function.
authorPaweł Forysiuk <tuxator@o2.pl>
Sun, 30 Jan 2011 11:18:39 +0000 (12:18 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 30 Jan 2011 17:58:00 +0000 (18:58 +0100)
It was triggering a missleading warning at the last line of file
giving the impression of interrupted and broken import.

midori/midori-array.c

index 7e5f0f934fe6f149707e6ee214ae05c92900dc95..021afffac2eb958f6b36759370010cf9915feef6 100644 (file)
@@ -347,8 +347,6 @@ katze_array_from_netscape_file (KatzeArray* array,
             {
                 if (folder != array)
                     folder = katze_item_get_parent ((KatzeItem*)folder);
-                else
-                    g_warning ("A level-up although we are at the top level");
                 continue;
             }
             g_strfreev (element);