Changeset 1875

Show
Ignore:
Timestamp:
04/30/07 19:22:58
Author:
pvanhoof
Message:

Fixed bindings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bindings/python/Makefile.am

    r1783 r1875  
    116116        $(top_srcdir)/libtinymail/tny-folder-store-change.h \ 
    117117        $(top_srcdir)/libtinymail/tny-folder-stats.h \ 
    118         $(top_srcdir)/libtinymail/tny-password-getter.h 
     118        $(top_srcdir)/libtinymail/tny-password-getter.h \ 
     119        $(top_srcdir)/libtinymail/tny-merge-folder.h \ 
     120        $(top_srcdir)/libtinymail/tny-combined-account.h 
    119121 
    120122tinymail.defs: $(tinymail_h_files) tinymail.defs.extra $(top_srcdir)/bindings/python/filter.py  
  • trunk/bindings/python/tinymail.override

    r1786 r1875  
    3737#include <tny-password-getter.h> 
    3838#include <tny-merge-folder.h> 
    39  
     39#include <tny-combined-account.h> 
     40
    4041#define NO_IMPORT_PYGOBJECT 
    4142#include "pygobject.h"