mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 22:32:45 +00:00
Monotone-Parent: 4d602a103e8374d8aced65e9979231733ede20b2
Monotone-Revision: 178e12e8acc2c953743deaff7ad6e66cf95244b4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-19T20:58:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -346,8 +346,6 @@ static NSNumber *sharedYes = nil;
|
||||
NSString *url;
|
||||
BOOL handledLater;
|
||||
|
||||
NSLog (@"lookup name '%@' in apt folder", _key);
|
||||
|
||||
/* first check attributes directly bound to the application */
|
||||
handledLater = [self requestNamedIsHandledLater: _key inContext: _ctx];
|
||||
if (handledLater)
|
||||
|
||||
@@ -103,7 +103,6 @@
|
||||
id currentObject;
|
||||
BOOL done;
|
||||
|
||||
NSLog (@"lookup ocs path for '%@' (%s)", [object nameInContainer], [object class]->name);
|
||||
pathForObject = nil;
|
||||
currentObject = object;
|
||||
done = NO;
|
||||
@@ -118,8 +117,6 @@
|
||||
else
|
||||
currentObject = [currentObject container];
|
||||
|
||||
NSLog (@"path found = '%@'", pathForObject);
|
||||
|
||||
return pathForObject;
|
||||
}
|
||||
|
||||
|
||||
@@ -493,7 +493,6 @@ function onConfirmContactSelection(tag)
|
||||
+ selectorId
|
||||
+ '-uidList');
|
||||
initialValues = selectorList.value;
|
||||
log("values: " + initialValues);
|
||||
}
|
||||
|
||||
var contactsList = $("contactsList");
|
||||
@@ -522,7 +521,6 @@ function onConfirmAddressBookSelection() {
|
||||
if (!initialValues)
|
||||
initialValues = "";
|
||||
var newValues = initialValues;
|
||||
log("values: " + initialValues);
|
||||
|
||||
var contactsList = $("contactsList");
|
||||
var rows = contactsList.getSelectedRows();
|
||||
|
||||
@@ -154,7 +154,6 @@ function addContact(tag, fullContactName, contactId, contactName, contactEmail)
|
||||
else
|
||||
uids.value = contactId;
|
||||
|
||||
log ('values: ' + uids.value);
|
||||
var names = $('uixselector-participants-display');
|
||||
names.innerHTML += ('<li onmousedown="return false;"'
|
||||
+ ' onclick="onRowClick(event);"><img src="'
|
||||
|
||||
@@ -162,7 +162,6 @@ function addContact(tag, fullContactName, contactId, contactName, contactEmail)
|
||||
else
|
||||
uids.value = contactId;
|
||||
|
||||
log ('values: ' + uids.value);
|
||||
var names = $('uixselector-participants-display');
|
||||
names.innerHTML += ('<li onmousedown="return false;"'
|
||||
+ ' onclick="onRowClick(event);"><img src="'
|
||||
|
||||
Reference in New Issue
Block a user