From ec4c15f8e71faee23b9b92cd49cb2a011750775b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 11 Dec 2008 12:07:20 +0000 Subject: [PATCH] Comment out the mapping API The test-text interactive test for ClutterText should not use the mapping API, since ClutterText does not have it anymore. --- tests/interactive/test-text.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/interactive/test-text.c b/tests/interactive/test-text.c index ce262dc..30231b3 100644 --- a/tests/interactive/test-text.c +++ b/tests/interactive/test-text.c @@ -135,6 +135,7 @@ test_text_main (gint argc, clutter_text_set_selectable (CLUTTER_TEXT (text), TRUE); clutter_text_set_cursor_color (CLUTTER_TEXT (text), &cursor_color); +#if 0 clutter_text_add_action (CLUTTER_TEXT (text), "select-all", select_all); clutter_text_add_action (CLUTTER_TEXT (text), "copy", copy); clutter_text_add_action (CLUTTER_TEXT (text), "paste", paste); @@ -154,6 +155,7 @@ test_text_main (gint argc, CLUTTER_Page_Up, 0, "pageup"); clutter_text_add_mapping (CLUTTER_TEXT (text), CLUTTER_Page_Down, 0, "pagedown"); +#endif if (argv[1]) { -- 2.7.4