https://bugs.freedesktop.org/show_bug.cgi?id=39279
--- Comment #10 from Julien Nabet <[email protected]> --- It seems we could change order here: 66 static const char* DefaultProductDir[NB_PRODUCTS][NB_CANDIDATES] = 67 { 68 #if defined(XP_WIN) 69 { "Mozilla/SeaMonkey/", NULL, NULL, NULL }, 70 { "Mozilla/Firefox/", NULL, NULL, NULL }, 71 { "Thunderbird/", "Mozilla/Thunderbird/", NULL, NULL } 72 #elif defined(MACOSX) 73 { "../Mozilla/SeaMonkey/", NULL, NULL, NULL }, 74 { "Firefox/", NULL, NULL, NULL }, 75 { "../Thunderbird/", NULL, NULL, NULL } 76 #else 77 { ".mozilla/seamonkey/", NULL, NULL, NULL }, 78 { ".mozilla/firefox/", NULL, NULL, NULL }, 79 { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove/" } 80 #endif 81 }; see http://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/mork/MNSFolders.cxx#69 I thought about just take the reverse order: Thunderbird, then Firefox, then Seamonkey This part is a copy paste of mozab part. BTW, do we still need mozab part now there's mork driver? David: any thoughts? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
