Esempio n. 1
0
void
MoonWindowGtk::install_application (MoonWindowGtk *window)
{
	window->SetCurrentDeployment ();
	Application *app = Application::GetCurrent ();
	
	app->Install ();
}