[evolution/calendar-xfb] removed unneeded runtime warning



commit 654751ff4a1cc8e3488d7b2fab8acaf1cd8991b4
Author: Christian Hilberg <chilberg src gnome org>
Date:   Fri Nov 9 13:42:10 2012 +0100

    removed unneeded runtime warning

 calendar/gui/e-meeting-utils.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/calendar/gui/e-meeting-utils.c b/calendar/gui/e-meeting-utils.c
index 79dbac8..e268799 100644
--- a/calendar/gui/e-meeting-utils.c
+++ b/calendar/gui/e-meeting-utils.c
@@ -218,8 +218,6 @@ e_meeting_xfb_utf8_string_new_from_ical (const gchar *icalstring,
 	 */
 
 	if (g_utf8_strlen (tmp, -1) > (glong) max_len) {
-		g_warning ("%s() XFB string longer than %i characters, clipping",
-		           __func__, (gint) max_len);
 		/* insert NULL termination to where we want to
 		 * clip, take care to hit UTF-8 character boundary
 		 */



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