Bugzilla – Attachment 49685 Details for
Bug 116626
evolution-sharp brokenly requires glib2-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
the patch which does the same thing
bnc-116626-dllimport.patch (text/plain), 990 bytes, created by
Joe Shaw
on 2005-09-12 21:13:42 UTC
(
hide
)
Description:
the patch which does the same thing
Filename:
MIME Type:
Creator:
Joe Shaw
Created:
2005-09-12 21:13:42 UTC
Size:
990 bytes
patch
obsolete
>Index: evolution/src/GLibUtil.cs >=================================================================== >RCS file: /cvs/gnome/evolution-sharp/evolution/src/GLibUtil.cs,v >retrieving revision 1.1 >retrieving revision 1.2 >diff -u -p -r1.1 -r1.2 >--- evolution/src/GLibUtil.cs 1 Aug 2005 21:18:06 -0000 1.1 >+++ evolution/src/GLibUtil.cs 12 Sep 2005 21:00:27 -0000 1.2 >@@ -10,7 +10,7 @@ namespace Evolution { > return ((int)time.Subtract (local_epoch).TotalSeconds); > } > >- [DllImport("glib-2.0")] >+ [DllImport("libglib-2.0.so.0")] > public static extern int g_slist_length (IntPtr slist); > > [DllImport("glibsharpglue")] >@@ -19,7 +19,7 @@ namespace Evolution { > [DllImport("glibsharpglue")] > public static extern IntPtr gtksharp_slist_get_next (IntPtr slist); > >- [DllImport("glib-2.0")] >+ [DllImport("libglib-2.0.so.0")] > public static extern void g_slist_free (IntPtr slist); > > public static string[] GLibSListToStringArray (IntPtr slist, bool free_list_mem)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 116626
: 49685