gtksourceview r1983 - in trunk: . gtksourceview
- From: muntyan svn gnome org
- To: svn-commits-list gnome org
- Subject: gtksourceview r1983 - in trunk: . gtksourceview
- Date: Sat, 2 Aug 2008 22:50:58 +0000 (UTC)
Author: muntyan
Date: Sat Aug 2 22:50:58 2008
New Revision: 1983
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=1983&view=rev
Log:
2008-08-02 Yevgen Muntyan <muntyan tamu edu>
* gtksourceview/gtksourcecontextengine.c: (analyze_line):
un-marked the new string as translatable, since strings are
frozen.
Modified:
trunk/ChangeLog
trunk/gtksourceview/gtksourcecontextengine.c
Modified: trunk/gtksourceview/gtksourcecontextengine.c
==============================================================================
--- trunk/gtksourceview/gtksourcecontextengine.c (original)
+++ trunk/gtksourceview/gtksourcecontextengine.c Sat Aug 2 22:50:58 2008
@@ -4530,8 +4530,9 @@
if (g_timer_elapsed (timer, NULL) * 1000 > MAX_TIME_FOR_ONE_LINE)
{
- g_critical (_("Highlighting a single line took too much time, "
- "syntax highlighting will be disabled"));
+ /* FIXME mark translatable after string freeze */
+ g_critical ("Highlighting a single line took too much time, "
+ "syntax highlighting will be disabled");
disable_highlighting (ce);
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]