mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r22501: dispatching events explicitly is not necessary.
rafal (This used to be commit 01b1b2b36b05b49a34becbbd20bb4abdc0e86d1e)
This commit is contained in:
parent
a07fb56da4
commit
0b11b6e173
@ -42,7 +42,6 @@ qx.Proto.initialAppear = function(module)
|
||||
// Force the global database to be opened
|
||||
var dbName = module.fsm.getObject("dbName");
|
||||
dbName.setSelected(dbName.getList().getFirstChild());
|
||||
dbName.dispatchEvent(new qx.event.type.Event("changeSelection"), true);
|
||||
};
|
||||
|
||||
|
||||
|
@ -69,7 +69,6 @@ function(fsm, domainName)
|
||||
|
||||
// Set default selection and dispatch the respective event to initialise the view
|
||||
cmbDomain.setSelected(selectedItem);
|
||||
cmbDomain.dispatchEvent(new qx.event.type.Event("changeSelected"), true);
|
||||
|
||||
// Create an empty list view with sample column
|
||||
this._columns = { username : { label: "Username", width: 150, type: "text" }};
|
||||
|
Loading…
x
Reference in New Issue
Block a user