Index: apps/plugins/bubbles.c
===================================================================
RCS file: /cvsroot/rockbox/apps/plugins/bubbles.c,v
retrieving revision 1.12
diff -u -r1.12 bubbles.c
--- apps/plugins/bubbles.c	11 Aug 2006 08:35:26 -0000	1.12
+++ apps/plugins/bubbles.c	5 Sep 2006 19:24:20 -0000
@@ -2398,7 +2398,10 @@
             break;
 
         case BUBBLES_SELECT: /* fire the shot */
-            if(!animblock) {
+#if CONFIG_KEYPAD == IRIVER_H10_PAD
+	case BUBBLES_UP: /* easier to press on H10 */
+#endif
+	    if(!animblock) {
                 bb->elapsedlvl += bb->elapsedshot;
                 bb->elapsedshot = 0;
                 buttonres = bubbles_fire(bb);
