enable this part now
svn path=/trunk/gtk-sharp/; revision=32327
This commit is contained in:
parent
392c3c9a68
commit
a95c723a5d
1 changed files with 0 additions and 2 deletions
|
@ -52,7 +52,6 @@ namespace GtkDemo
|
|||
|
||||
foreach (string s in stock_ids)
|
||||
{
|
||||
/* until 61893
|
||||
Gtk.StockItem si = new StockItem ();
|
||||
if (Gtk.StockManager.Lookup (s, ref si)) {
|
||||
Image icon = new Image (s, IconSize.Menu);
|
||||
|
@ -61,7 +60,6 @@ namespace GtkDemo
|
|||
else {
|
||||
Console.WriteLine ("StockItem '{0}' could not be found.", s);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
return store;
|
||||
|
|
Loading…
Reference in a new issue