r1259 - trunk/src/target/OM-2007/applications/openmoko-keyboard/src

caowai_song at sita.openmoko.org caowai_song at sita.openmoko.org
Wed Mar 7 10:07:37 CET 2007


Author: caowai_song
Date: 2007-03-07 10:07:29 +0100 (Wed, 07 Mar 2007)
New Revision: 1259

Modified:
   trunk/src/target/OM-2007/applications/openmoko-keyboard/src/matchbox-keyboard-ui-xft-backend.c
Log:
Remove unnecessory debug message.


Modified: trunk/src/target/OM-2007/applications/openmoko-keyboard/src/matchbox-keyboard-ui-xft-backend.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-keyboard/src/matchbox-keyboard-ui-xft-backend.c	2007-03-07 08:38:01 UTC (rev 1258)
+++ trunk/src/target/OM-2007/applications/openmoko-keyboard/src/matchbox-keyboard-ui-xft-backend.c	2007-03-07 09:07:29 UTC (rev 1259)
@@ -364,7 +364,6 @@
   if (mb_kbd_layout_realsize(layout))
     {
       image_name = mb_kbd_layout_get_changerground(layout);
-      printf("changer background=%s\n", image_name);
       if ((image = mb_kbd_image_new(mb_kbd_ui_kbd(ui), image_name)) != NULL)
         {
           int x, y, w, h;
@@ -382,7 +381,6 @@
                            0, 0, 0, 0, x, y, w, h);
 
           mb_kbd_image_destroy(image);
-          fprintf(stderr, "print changer background\n");
         }
     }
 





More information about the commitlog mailing list