After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585894 - [Patch] gtksourceview-2.0: Fix SourcePrintCompositor binding
[Patch] gtksourceview-2.0: Fix SourcePrintCompositor binding
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.7.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-15 17:53 UTC by Matias
Modified: 2009-06-25 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix SourcePrintCompositor binding (1.88 KB, patch)
2009-06-15 17:54 UTC, Matias
committed Details | Review

Description Matias 2009-06-15 17:53:53 UTC
Please describe the problem:
This patch fix SourcePrintCompositor binding, because it should include gtksourceprintcompositor.h in the generated code.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Matias 2009-06-15 17:54:37 UTC
Created attachment 136650 [details] [review]
Fix SourcePrintCompositor binding
Comment 2 Jürg Billeter 2009-06-25 16:43:21 UTC
commit 857dc4d8f2651fa9a6a1f810725e87afd49f6ec7
Author: Matias De la Puente <mfpuente.ar@gmail.com>
Date:   Mon Jun 15 14:44:05 2009 -0300

    gtksourceview-2.0: Fix SourcePrintCompositor binding
    
    Fixes bug 585894.
    
    Signed-off-by: Matias De la Puente <mfpuente.ar@gmail.com>