[Glade-devel] glade: populating table/list with headers

Tristan Van Berkom tristan.van.berkom at gmail.com
Tue Jan 17 13:31:35 UTC 2012


On Tue, Jan 17, 2012 at 8:03 PM, Saku Masukita
<sakumasukita at googlemail.com> wrote:
>
> On Sun, Jan 15, 2012 at 3:09 PM, Tristan Van Berkom
> <tristanvb at openismus.com> wrote:
>>
>>
>> As I mentioned above, I don't know when GTK+ team will release a 3.2
>> with the fix that we need.
>>
>> For now, you could take your GTK+ tarball which you downloaded,
>> and before compiling/installing the new GTK+, apply the patch
>> which is mentioned in the bug report I pointed to earlier:
>>    https://bugzilla.gnome.org/show_bug.cgi?id=660139
>>
>> Cheers,
>>         -Tristan
>
>
> Hi,
>
> Any idea of how to apply the patch?
> Do I have to recompile glade once the patch is applied?
> Presumably, once my glade file has no empty grids I should
> be able to distribute it for use versus the unpatched version
> of GTK+3 given that that is what my users will be using?

No you dont have to recompile Glade, GTK+ is api/abi stable.

To apply the patch, you can start with typing "man patch".

If that doesnt get you there, try:

cd /path/to/gtk+/sources/
patch -p1 < /path/to/patch/file

Cheers,
            -Tristan


> Thanks,
>
> Saku
>
>
> _______________________________________________
> Glade-devel maillist  -  Glade-devel at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-devel
>


More information about the Glade-devel mailing list