[Monodevelop-patches-list] r2251 - in trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor: . Gui
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon Feb 14 01:39:31 EST 2005
Author: chergert
Date: 2005-02-14 01:39:31 -0500 (Mon, 14 Feb 2005)
New Revision: 2251
Modified:
trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog
trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorBuffer.cs
Log:
Import the glib .dll rather than .so
Modified: trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog 2005-02-12 18:44:24 UTC (rev 2250)
+++ trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog 2005-02-14 06:39:31 UTC (rev 2251)
@@ -1,3 +1,8 @@
+2005-02-12 Christian Hergert <christian.hergert at gmail.com>
+
+ * Gui/SourceEditorBuffer.cs: Changed to DllImport the .dll rather
+ than .so for glib.
+
2005-02-10 Ben Motmans <ben.motmans at gmail.com>
* Gui/SourceEditorView.cs: Added ScrollUp and ScrollDown methods
Modified: trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorBuffer.cs
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorBuffer.cs 2005-02-12 18:44:24 UTC (rev 2250)
+++ trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorBuffer.cs 2005-02-14 06:39:31 UTC (rev 2251)
@@ -425,7 +425,7 @@
[DllImport("gtksourceview-1.0")]
static extern IntPtr gtk_source_marker_get_marker_type(IntPtr raw);
- [DllImport("libglib-2.0.so.0")]
+ [DllImport("libglib-2.0-0.dll")]
static extern void g_slist_free (IntPtr l);
[DllImport("gtksourceview-1.0")]
More information about the Monodevelop-patches-list
mailing list