Source
--- src/gui/debugger/dbg_heap.c.orig 2012-05-11 11:03:32.000000000 +0200
+++ src/gui/debugger/dbg_heap.c 2012-05-11 11:03:55.000000000 +0200
gtk_window_iconify(GTK_WINDOW(dbgw.heap));
#endif
- if(!GTK_WIDGET_VISIBLE(dbgw.heap) && !options3.heap.closed)
+ if(!gtk_widget_get_visible(dbgw.heap) && !options3.heap.closed)
gtk_widget_show(dbgw.heap);
return dbgw.heap;
{
dbgmem_add_tab(value);
}
+