Menu

#1312 [PATCH] GTK UI compilation fix for GTK+ 2.13.x

closed-fixed
nobody
None
5
2010-08-12
2008-08-24
compnerd
No

Fixes compilation issue caused by sealed types.

Discussion

  • compnerd

    compnerd - 2008-08-24

    Logged In: YES
    user_id=949850
    Originator: YES

    Inlinging patch as I seem to be unable to attach it.

    --- xchat-2.8.6/src/fe-gtk/xtext.h 2008-08-18 00:23:20.000000000 -0700
    +++ xchat-2.8.6/src/fe-gtk/xtext.h 2008-08-18 00:23:27.000000000 -0700
    @@ -270,6 +270,6 @@
    xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
    void gtk_xtext_buffer_free (xtext_buffer *buf);
    void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
    -GtkType gtk_xtext_get_type (void);
    +GType gtk_xtext_get_type (void);

    #endif

     
  • Brian Evans

    Brian Evans - 2010-08-12
    • status: open --> closed-fixed
     

Log in to post a comment.