Fuel

Diff
Login

Differences From Artifact [290557fca8]:

To Artifact [37bda20f00]:


312
313
314
315
316
317
318

319
320
321
322
323
324
325
326
327
328
	spacer->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Expanding);
	spacer->setMinimumWidth(3);
	ui->mainToolBar->addWidget(spacer);

	viewMode = VIEWMODE_TREE;

	uiCallback.init(this);

	// Need to be before applySettings which sets the last workspace
	getWorkspace().fossil().Init(&uiCallback);
	getWorkspace().fossil().setExePath(settings.GetValue(FUEL_SETTING_FOSSIL_PATH).toString());

	applySettings();

	// Apply any explicit workspace path if available
	if(workspacePath && !workspacePath->isEmpty())
		openWorkspace(*workspacePath);








>

|
<







312
313
314
315
316
317
318
319
320
321

322
323
324
325
326
327
328
	spacer->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Expanding);
	spacer->setMinimumWidth(3);
	ui->mainToolBar->addWidget(spacer);

	viewMode = VIEWMODE_TREE;

	uiCallback.init(this);

	// Need to be before applySettings which sets the last workspace
	getWorkspace().fossil().Init(&uiCallback, settings.GetValue(FUEL_SETTING_FOSSIL_PATH).toString());


	applySettings();

	// Apply any explicit workspace path if available
	if(workspacePath && !workspacePath->isEmpty())
		openWorkspace(*workspacePath);