bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #23127] GUI crashes when importing large text files


From: John Darrington
Subject: PSPP-BUG: [bug #23127] GUI crashes when importing large text files
Date: Tue, 06 May 2008 00:36:43 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060607 Debian/1.7.12-1.2

Follow-up Comment #3, bug #23127 (project pspp):

I prefer to avoid doing stuff at the Gdk level wherever possible.

So instead of 

 parent_window = gtk_widget_get_parent_window (widget);
  if (!parent_window || !gdk_window_is_viewable (parent_window))
    return FALSE;

I think that 
 if ( ! GTK_WIDGET_MAPPED (widget))
    return FALSE;

will have the same effect.

The other two patches look fine.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23127>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]