[Monodevelop-patches-list] r1579 - in trunk/MonoDevelop: po src/AddIns/DisplayBindings/SourceEditor/Gui src/Main/Base/Services

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Tue May 4 23:53:32 EDT 2004


Author: tberman
Date: 2004-05-04 23:53:32 -0400 (Tue, 04 May 2004)
New Revision: 1579

Modified:
   trunk/MonoDevelop/po/en_CA.po
   trunk/MonoDevelop/po/fr.po
   trunk/MonoDevelop/po/ja_JP.po
   trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorBuffer.cs
   trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorDisplayBinding.cs
   trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
   trunk/MonoDevelop/src/Main/Base/Services/ResourceService.cs
Log:
ack ack ack


Modified: trunk/MonoDevelop/po/en_CA.po
===================================================================
--- trunk/MonoDevelop/po/en_CA.po	2004-05-05 01:43:49 UTC (rev 1578)
+++ trunk/MonoDevelop/po/en_CA.po	2004-05-05 03:53:32 UTC (rev 1579)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: MonoDevelop 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-03 22:58-0400\n"
+"POT-Creation-Date: 2004-05-05 00:29-0400\n"
 "PO-Revision-Date: 2004-04-02 03:31-0500\n"
 "Last-Translator: Todd Berman <tberman at sevenl.net>\n"
 "Language-Team: Todd Berman <tberman at sevenl.net>\n"

Modified: trunk/MonoDevelop/po/fr.po
===================================================================
--- trunk/MonoDevelop/po/fr.po	2004-05-05 01:43:49 UTC (rev 1578)
+++ trunk/MonoDevelop/po/fr.po	2004-05-05 03:53:32 UTC (rev 1579)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: fr_FR\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-03 22:58-0400\n"
+"POT-Creation-Date: 2004-05-05 00:29-0400\n"
 "PO-Revision-Date: 2004-04-18 20:52-0400\n"
 "Last-Translator: Vincent Daron <vdaron at ask.be>\n"
 "Language-Team: Françcais <fr at li.org>\n"

Modified: trunk/MonoDevelop/po/ja_JP.po
===================================================================
--- trunk/MonoDevelop/po/ja_JP.po	2004-05-05 01:43:49 UTC (rev 1578)
+++ trunk/MonoDevelop/po/ja_JP.po	2004-05-05 03:53:32 UTC (rev 1579)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: MonoDevelop 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-03 22:58-0400\n"
+"POT-Creation-Date: 2004-05-05 00:29-0400\n"
 "PO-Revision-Date: 2004-04-02 03:31-0500\n"
 "Last-Translator: Atsushi Enomoto <atsushi at ximian.com>\n"
 "Language-Team: Atsushi Enomoto <atsushi at ximian.com>\n"

Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorBuffer.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorBuffer.cs	2004-05-05 01:43:49 UTC (rev 1578)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorBuffer.cs	2004-05-05 03:53:32 UTC (rev 1579)
@@ -368,7 +368,7 @@
 		[DllImport("gtksourceview-1.0")]
 		static extern IntPtr gtk_source_marker_get_marker_type(IntPtr raw);
 		
-		[DllImport("libglib-2.0-0.dll")]
+		[DllImport("libglib-2.0.so.0")]
 		static extern void g_slist_free (IntPtr l);
 		
 		[DllImport("gtksourceview-1.0")]

Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorDisplayBinding.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorDisplayBinding.cs	2004-05-05 01:43:49 UTC (rev 1578)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorDisplayBinding.cs	2004-05-05 03:53:32 UTC (rev 1579)
@@ -282,7 +282,7 @@
 		}
 		
 		// WORKAROUND until we get this method returning char in gtk#
-		[DllImport("libgtk-win32-2.0-0.dll")]
+		[DllImport("libgtk-x11-2.0.so.0")]
 		static extern char gtk_text_iter_get_char (ref Gtk.TextIter raw);
 		
 		void UpdateLineCol ()

Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs	2004-05-05 01:43:49 UTC (rev 1578)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs	2004-05-05 03:53:32 UTC (rev 1579)
@@ -402,7 +402,7 @@
 		}
 		
 		// WORKAROUND until we get this method returning char in gtk#
-		[DllImport("libgtk-win32-2.0-0.dll")]
+		[DllImport("libgtk-x11-2.0.so.0")]
 		static extern char gtk_text_iter_get_char (ref Gtk.TextIter raw);
 		
 		void UnIndentLines (int y0, int y1)
@@ -464,7 +464,7 @@
 		}
 		
 		// Need the ref here
-		[DllImport("libgtk-win32-2.0-0.dll")]
+		[DllImport("libgtk-x11-2.0.so.0")]
 		static extern void gtk_text_buffer_delete (IntPtr raw, ref Gtk.TextIter start, ref Gtk.TextIter end);
 		
 		void IFormattableDocument.ReplaceLine (int ln, string txt)

Modified: trunk/MonoDevelop/src/Main/Base/Services/ResourceService.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Services/ResourceService.cs	2004-05-05 01:43:49 UTC (rev 1578)
+++ trunk/MonoDevelop/src/Main/Base/Services/ResourceService.cs	2004-05-05 03:53:32 UTC (rev 1579)
@@ -235,7 +235,7 @@
 		}
 		
 		// use P/Invoke to be able to pass some NULL parameters
-		[DllImport("libgtk-win32-2.0-0.dll")]
+		[DllImport("libgtk-x11-2.0.so.0")]
 		static extern IntPtr
 		gtk_icon_set_render_icon (IntPtr raw, IntPtr style, int direction,
 		                          int state, int size, IntPtr widget,




More information about the Monodevelop-patches-list mailing list