Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtksourceview.xml

    rc0bc0a9 r4872e66  
    9999
    100100    <para>
     101      First, fix building this package with gcc-14:
     102    </para>
     103
     104 <screen><userinput remap="pre">sed -i 's/g_object_ref (buffer)/g_object_ref (GTK_SOURCE_BUFFER (buffer))/' gtksourceview/gtksourceview.c</userinput></screen>
     105
     106    <para>
    101107      Install <application>GtkSourceView</application> by running the
    102108      following commands:
Note: See TracChangeset for help on using the changeset viewer.