Author: danw
Date: 2005-03-18 16:43:03 -0500 (Fri, 18 Mar 2005)
New Revision: 42011
Modified:
trunk/stetic/libstetic/editor/Image.cs
Log:
fix this to not depend on a gtk# patch I didn't commit
Modified: trunk/stetic/libstetic/editor/Image.cs
===================================================================
--- trunk/stetic/libstetic/editor/Image.cs 2005-03-18 21:41:56 UTC (rev
42010)
+++ trunk/stetic/libstetic/editor/Image.cs 2005-03-18 21:43:03 UTC (rev
42011)
@@ -42,7 +42,7 @@
stockLabels[i + items.Count] = nonItems[i] as
string;
}
- Gtk.IconFactory.LookupIconSize (Gtk.IconSize.Button,
out imgWidth, out imgHeight);
+ Gtk.Icon.SizeLookup (Gtk.IconSize.Button, out imgWidth,
out imgHeight);
}
class StockItemSorter : IComparer {
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches