Menu

#22 tilda segfault

open
nobody
None
5
2010-04-17
2010-04-17
No

Tilda has a segfault.
A complete description and a patch are suggested there
https://qa.mandriva.com/show_bug.cgi?id=58153

Discussion

  • Giovanni Bechis

    Giovanni Bechis - 2011-02-18

    This bug is fixed by this patch (better, imho):

     
  • Giovanni Bechis

    Giovanni Bechis - 2011-02-18

    This bug is fixed by this patch (better, imho):
    --- src/key_grabber.c.orig Fri Feb 18 14:42:08 2011
    +++ src/key_grabber.c Fri Feb 18 14:42:29 2011
    @@ -190,7 +190,7 @@ void pull (struct tilda_window_ *tw, enum pull_state s
    * Overriding the user time here seems to work a lot better than calling
    * gtk_window_present_with_time() here, or at the end of the function. I have
    * no idea why, they should do the same thing. */
    - gdk_x11_window_set_user_time (GTK_WIDGET(tw->window)->window,
    + gdk_x11_window_set_user_time (GTK_WIDGET(tw->window),
    tomboy_keybinder_get_current_event_time());
    gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos"));
    gtk_widget_show (GTK_WIDGET(tw->window));

     

Log in to post a comment.