2006-11-23 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 23 Nov 2006 12:05:12 +0000 (12:05 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 23 Nov 2006 12:05:12 +0000 (12:05 +0000)
* hildon-widgets/hildon-number-editor.c: Fixing a threads_enter
problem when trying to enter threads from signal. Fixes NB#47762.

ChangeLog
hildon-widgets/hildon-number-editor.c

index cb298e6..ca97e23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-number-editor.c: Fixing a threads_enter
+       problem when trying to enter threads from signal. Fixes NB#47762.
+
 2006-11-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        [0.14.9-1 release]
index bdca6db..9b5008c 100644 (file)
@@ -461,7 +461,7 @@ hildon_number_editor_button_pressed (GtkWidget *widget, GdkEventButton *event,
     /* Start repetition timer */
     if (!priv->button_event_id)
       {
-        do_mouse_timeout(editor);
+        change_numbers(editor, priv->button_type);
         priv->button_event_id = g_timeout_add (timeout,
                                 (GSourceFunc) hildon_number_editor_start_timer,
                                 editor);