mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Removed a special menu item that I had installed in the main Weave menu just for debugging purposes.
This commit is contained in:
parent
1ebd8b0a44
commit
3e2ccbce0c
@ -863,18 +863,5 @@ WeaveSvc.prototype = {
|
||||
ret = false;
|
||||
}
|
||||
self.done(ret);
|
||||
},
|
||||
|
||||
// Just for debugging for now:
|
||||
checkForIncomingShares: function WeaveSvc_checkIncomingShares() {
|
||||
// tons of hard-coded goodness. Again, Debugging Only!
|
||||
let bmkEngine = Engines.get("bookmarks");
|
||||
let user = "avarma";
|
||||
let serverPath = "/user/avarma/share/982b0210-5064-874c-9f75-44e04c2a0973";
|
||||
let folderName = "Ubuntu and Free Software Links";
|
||||
if (bmkEngine.enabled) {
|
||||
bmkEngine._sharing._incomingShareOffer(user, serverPath, folderName);
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user