diff --git a/ChangeLog b/ChangeLog index 51d2a56e8..e23f96772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-25 Mike Kestner + + * gtk/StatusIcon.custom : present_icon is in the glue lib. + 2007-06-25 Ankit Jain * gdk/Gdk.metadata : hide Property.Get for manual impl. diff --git a/gtk/StatusIcon.custom b/gtk/StatusIcon.custom index 15ebeeb01..da67f218f 100644 --- a/gtk/StatusIcon.custom +++ b/gtk/StatusIcon.custom @@ -25,7 +25,7 @@ return GetGeometry (out junk, out area, out orientation); } - [DllImport("libgtk-win32-2.0-0.dll")] + [DllImport("gtksharpglue-2")] static extern void gtksharp_gtk_status_icon_present_menu (IntPtr raw, IntPtr menu, uint button, uint activate_time); public void PresentMenu (Menu menu, uint button, uint activate_time)