Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 374144
Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.git/web/git/git-log.js (-1 / +1 lines)
Lines 278-284 Link Here
278
				}
278
				}
279
				navigator.isDirectory = metadata.Directory;
279
				navigator.isDirectory = metadata.Directory;
280
				mGitCommands.updateNavTools(serviceRegistry, navigator, "pageActions", "selectionTools", navigator._lastTreeRoot);
280
				mGitCommands.updateNavTools(serviceRegistry, navigator, "pageActions", "selectionTools", navigator._lastTreeRoot);
281
				navigator.updateCommands();
281
				// navigator.updateCommands();
282
				
282
				
283
				deferred.callback();
283
				deferred.callback();
284
			}),
284
			}),

Return to bug 374144