at-spi r1129 - in trunk: . test



Author: liyuan
Date: Mon Nov 24 06:59:56 2008
New Revision: 1129
URL: http://svn.gnome.org/viewvc/at-spi?rev=1129&view=rev

Log:
2008-11-24  Li Yuan  <li yuan sun com>

        * test/test-simple.c: (main):
        Bug #560563. Patch from Yue Wang. Replace the deprecated
        Glib symbols.


Modified:
   trunk/ChangeLog
   trunk/test/test-simple.c

Modified: trunk/test/test-simple.c
==============================================================================
--- trunk/test/test-simple.c	(original)
+++ trunk/test/test-simple.c	Mon Nov 24 06:59:56 2008
@@ -763,7 +763,7 @@
 	modules = NULL;
 
 	for (i = 1; i < argc; i++) {
-		if (!g_strcasecmp (argv [i], "--poke"))
+		if (!g_ascii_strcasecmp (argv [i], "--poke"))
 			do_poke = TRUE;
 	}
 



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