[gmime] Fixed previous commit



commit c5a624cb1482017e9701dc80cee7e019746dd811
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Thu Feb 16 22:03:43 2012 -0500

    Fixed previous commit

 mono/Multipart.custom |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mono/Multipart.custom b/mono/Multipart.custom
index 3cbebe3..aef29ec 100644
--- a/mono/Multipart.custom
+++ b/mono/Multipart.custom
@@ -72,7 +72,7 @@
 		}
 		
 		public int Count { 
-			get { return g_mime_multipart_count (Handle); }
+			get { return g_mime_multipart_get_count (Handle); }
 		}
 		
 		public bool IsFixedSize {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]