[Xfce4-commits] <midori:master> Remove unneeded check in HTML import function.

Christian Dywan noreply at xfce.org
Sun Jan 30 19:00:04 CET 2011


Updating branch refs/heads/master
         to 7368ca00c16fe298e62d61dade09a516794903ba (commit)
       from 1efabca2b1b12b0bf724bd84a65ac9d8ee683499 (commit)

commit 7368ca00c16fe298e62d61dade09a516794903ba
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sun Jan 30 12:18:39 2011 +0100

    Remove unneeded check in HTML import function.
    
    It was triggering a missleading warning at the last line of file
    giving the impression of interrupted and broken import.

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

diff --git a/midori/midori-array.c b/midori/midori-array.c
index 7e5f0f9..021afff 100644
--- a/midori/midori-array.c
+++ b/midori/midori-array.c
@@ -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);



More information about the Xfce4-commits mailing list