fix the sample for API change

svn path=/trunk/gtk-sharp/; revision=126577
This commit is contained in:
Stephane Delcroix 2009-02-11 12:34:28 +00:00
parent 03a2481103
commit 0f36039b44

View File

@ -23,7 +23,7 @@ namespace TestGio
Console.WriteLine ("{0}:\t{1}", app_info.Name, app_info.Description);
Console.WriteLine ("All installed AppInfos:");
foreach (AppInfo appinfo in AppInfoAdapter.All)
foreach (AppInfo appinfo in AppInfoAdapter.GetAll ())
Console.WriteLine ("\t{0}: {1} ", appinfo.Name, appinfo.Executable);
}
}