Updating branch refs/heads/master
to 7368ca00c16fe298e62d61dade09a516794903ba (commit)
from 1efabca2b1b12b0bf724bd84a65ac9d8ee683499 (commit)
commit 7368ca00c16fe298e62d61dade09a516794903ba
Author: Paweł Forysiuk <[email protected]>
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);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits