find-dialog.c: Replace exp10 with our own integer version
[pspp] / src / ui / gui / psppire-keypad.h
index 553dbf7e596bbc8b91b219420d65fd7dd099b556..a128ddd14993c11dd8bbd4cee92365cca952920f 100644 (file)
@@ -31,7 +31,7 @@
  |                          |
  | /  >=     0            . |
  +                  +
- | y  !=   =   (   ) |
+ | y  !=   =   () |
  |x                 |
  +---+---+---+---+---+
 
@@ -102,7 +102,7 @@ struct _PsppireKeypad
 
 struct _PsppireKeypadClass
 {
-  GtkTableClass parent_class;
+  GtkEventBoxClass parent_class;
   void (*keypad)(PsppireKeypad*);
 };