evolution-data-server r9655 - branches/gnome-2-24/camel



Author: psankar
Date: Wed Oct  8 11:02:54 2008
New Revision: 9655
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9655&view=rev

Log:
2008-10-08  Sankar P  <psankar novell com>

	* camel-folder.c (count_by_expression):
	Debug strings should not be translated.
	Warning should be enough to identify the issue.
	Exception setting is enough.
        
        Thanks to Claude for asking in Evolution channel




Modified:
   branches/gnome-2-24/camel/ChangeLog
   branches/gnome-2-24/camel/camel-folder.c

Modified: branches/gnome-2-24/camel/camel-folder.c
==============================================================================
--- branches/gnome-2-24/camel/camel-folder.c	(original)
+++ branches/gnome-2-24/camel/camel-folder.c	Wed Oct  8 11:02:54 2008
@@ -1365,11 +1365,10 @@
 		      CamelException *ex)
 {
 	camel_exception_setv (ex, CAMEL_EXCEPTION_FOLDER_INVALID,
-			      _("Unsupported operation: count by expression: for %s"),
-			      camel_type_to_name (CAMEL_OBJECT_GET_TYPE (folder)));
+			      "");
 	
-	w(g_warning ("CamelFolder::count_by_expression not implemented for "
-		     "'%s'", camel_type_to_name (CAMEL_OBJECT_GET_TYPE (folder))));
+g_warning ("CamelFolder::count_by_expression not implemented for "
+		     "'%s'", camel_type_to_name (CAMEL_OBJECT_GET_TYPE (folder)));
 	
 	return 0;
 }



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