fix the sample for API change
svn path=/trunk/gtk-sharp/; revision=126577
This commit is contained in:
parent
03a2481103
commit
0f36039b44
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue