From 7d278d4b5910d1adc5e075882aa559e8da407c4a Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 9 Jan 2003 13:03:55 +0000 Subject: Extend ephy node to allow some reversed ids. Use it for base 2003-01-09 Marco Pesenti Gritti * TODO: * embed/ephy-history.c: (ephy_history_init): * embed/mozilla/FilePicker.cpp: * lib/ephy-node.c: (ephy_node_new_with_id), (ephy_node_system_init): * lib/ephy-node.h: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): Extend ephy node to allow some reversed ids. Use it for base bookmarks/history elements, should fix bookmarks lossage. Fix filepicker initialization. --- embed/mozilla/FilePicker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/mozilla/FilePicker.cpp') diff --git a/embed/mozilla/FilePicker.cpp b/embed/mozilla/FilePicker.cpp index 6ef57d503..144f2e1f2 100644 --- a/embed/mozilla/FilePicker.cpp +++ b/embed/mozilla/FilePicker.cpp @@ -329,7 +329,7 @@ NS_METHOD GFilePicker::InitWithGtkWidget (GtkWidget *aParentWidget, mTitle = nsDependentCString(aTitle); - mMode = mMode; + mMode = aMode; mFile = do_CreateInstance (NS_LOCAL_FILE_CONTRACTID); -- cgit v1.2.3