epiphany patch approval



Hi,

another freeze break approval request for Epiphany, for bug
http://bugzilla.gnome.org/show_bug.cgi?id=333959 . The bug causes
epiphany to export to a different format than the one the user selected,
leading to dataloss in case the export was to move bookmarks to another
computer (the HTML export option is lossy). The patch
http://bugzilla.gnome.org/attachment.cgi?id=60973&action=edit is simple
and fixes the bug. Ok to commit it?

Regards,
	Christian
Index: src/bookmarks/ephy-bookmarks-editor.c
===================================================================
RCS file: /cvs/gnome/epiphany/src/bookmarks/ephy-bookmarks-editor.c,v
retrieving revision 1.191
diff -p -u -u -p -r1.191 ephy-bookmarks-editor.c
--- src/bookmarks/ephy-bookmarks-editor.c	2 Mar 2006 21:23:34 -0000	1.191
+++ src/bookmarks/ephy-bookmarks-editor.c	9 Mar 2006 13:00:46 -0000
@@ -94,8 +94,8 @@ static const struct
 }
 export_formats [] = 
 {
-	{ N_("Mozilla (HTML)"), "html" },
-	{ N_("Epiphany (RDF)"), "rdf" }
+	{ N_("Epiphany (RDF)"), "rdf" },
+	{ N_("Mozilla (HTML)"), "html" }
 };
 
 static void ephy_bookmarks_editor_class_init (EphyBookmarksEditorClass *klass);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]