Closed
Bug 728507
Opened 14 years ago
Closed 14 years ago
Importing Opera Bookmarks fails for new Opera Installs
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: phiw2, Assigned: phiw2)
Details
(Whiteboard: [camino-2.1.3])
Attachments
(1 file)
|
1.63 KB,
patch
|
alqahira
:
review+
stuart.morgan+bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
The option to import Opera Bookmarks does not appear in the import window.
New Opera installations store all user data in ~/Library/Opera and ~/Library/Application Support/Opera. Bookmarks are in ~/Library/Opera
Older Opera created a folder in ~/Library/Preferences/Opera Preferences. When the user upgrades from older versions, this folder is converted in a symlink pointing to ~/Library/Opera. But said symlink is not created for new (Opera) users.
BookmarkImportDlgController.mm looks at ~/Library/Preferences/Opera Preferences
http://mxr.mozilla.org/camino/source/camino/src/bookmarks/BookmarkImportDlgController.mm#104
| Assignee | ||
Comment 1•14 years ago
|
||
Opera change the location of the folder with Opera 11.5
| Assignee | ||
Comment 2•14 years ago
|
||
This fixes it: adding the path to the Opera 11.5 user folder
Attachment #598497 -
Flags: review?(cl-bugs-new2)
Assignee: nobody → phiw
Status: NEW → ASSIGNED
Comment 3•14 years ago
|
||
A quick glance at the code looks good to me, but I won't be able to test until Sunday afternoon at the earliest. Since this is pretty trivial, though, if Stuart says it's OK, I'm fine with having it go straight to sr if it'll get things fixed faster.
Hardware: x86 → All
Version: 1.9.2 Branch → unspecified
Updated•14 years ago
|
Attachment #598497 -
Flags: superreview?(stuart.morgan+bugzilla)
Comment 4•14 years ago
|
||
Comment on attachment 598497 [details] [diff] [review]
patch
sr=smorgan
Attachment #598497 -
Flags: superreview?(stuart.morgan+bugzilla) → superreview+
Comment on attachment 598497 [details] [diff] [review]
patch
r=ardissone; I sullied an account that had never seen Opera to verify ;-)
Attachment #598497 -
Flags: review?(cl-bugs-new2) → review+
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [camino-2.1.2]
These are going to be in 2.1.3 instead.
Whiteboard: [camino-2.1.2] → [camino-2.1.3]
You need to log in
before you can comment on or make changes to this bug.
Description
•