pharo-vcs / iceberg

Iceberg is the main toolset for handling VCS in Pharo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpNullApplication doesNotUnderstand label:...

Ducasse opened this issue · comments

visitAuthenticationError: anError
	self defaultApplication 
		label: anError messageText;
		title: 'Iceberg authentication Error';
		openModal

May be one of my mistake

visitAuthenticationError: anError
	self defaultApplication newInform 
		label: anError messageText;
		title: 'Iceberg authentication Error';
		openModal