Skip to content
  • J.H.M. Dassen (Ray)'s avatar
    #include <gtk/gtkmenuitem.h> here as well. · 510bc37b
    J.H.M. Dassen (Ray) authored
    2004-01-06  J.H.M. Dassen (Ray) <jdassen@debian.org>
    
            * dialog-stf-format-page.c: #include <gtk/gtkmenuitem.h> here as well.
    
    2004-01-06  David Mosberger-Tang <David.Mosberger@acm.org>
    
            http://bugs.debian.org/226382
            * dialog-printer-setup.c: Gnumeric crashed on ia64 when clicking
            on File->Page Setup. The problem was that without include of
            gtkmenuitem.h, gtk_menu_item_new_with_label() was implicitly
            declared to return an "int", but since it returns a pointer in
            reality, the top 32 bits got sign-extended/corrupted on 64-bit
            platforms. Included the appropriate header.
    510bc37b