sabayon r920 - in trunk: . lib
- From: jrobeson svn gnome org
- To: svn-commits-list gnome org
- Subject: sabayon r920 - in trunk: . lib
- Date: Mon, 21 Jan 2008 21:29:08 +0000 (GMT)
Author: jrobeson
Date: Mon Jan 21 21:29:07 2008
New Revision: 920
URL: http://svn.gnome.org/viewvc/sabayon?rev=920&view=rev
Log:
typo fix mozilla_bookmarks.py s/implict_close_tags/implicit_close_tags/
actually pass the excluded attributes
Modified:
trunk/ChangeLog
trunk/lib/mozilla_bookmarks.py
Modified: trunk/lib/mozilla_bookmarks.py
==============================================================================
--- trunk/lib/mozilla_bookmarks.py (original)
+++ trunk/lib/mozilla_bookmarks.py Mon Jan 21 21:29:07 2008
@@ -285,7 +285,7 @@
implicit_close_scope = tag_info.get('implicit_close_scope', None)
implicit_close_tags = tag_info.get('implicit_close_tags', None)
- if not (implicit_close_scope or implict_close_tags):
+ if not (implicit_close_scope or implicit_close_tags):
return
scope_index = len(self.stack) - 1
@@ -428,5 +428,5 @@
util.dump_change_set(cs)
if False:
- bm_file.folder_root.write("tmp_bookmarks.html", exclude_attrs=exclude_attrs)
+ bm_file.folder_root.write("tmp_bookmarks.html", exclude_attrs=bm_file.bookmark_exclude_attrs)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]