~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to widgets/table/e-table-column-specification.c

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-08 09:38:57 UTC
  • mfrom: (1.1.84 upstream)
  • Revision ID: package-import@ubuntu.com-20110908093857-6lfl04ke2ns3kx2o
Tags: 3.1.91-0ubuntu1
* New upstream release. (LP: #843769)
* debian/control: bump e-d-s Build-Depends to 3.1.91. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
void
104
104
e_table_column_specification_load_from_node (ETableColumnSpecification *etcs,
105
 
                                             const xmlNode       *node)
 
105
                                             const xmlNode *node)
106
106
{
107
107
        free_strings (etcs);
108
108
 
128
128
 
129
129
xmlNode *
130
130
e_table_column_specification_save_to_node (ETableColumnSpecification *specification,
131
 
                                           xmlNode                   *parent)
 
131
                                           xmlNode *parent)
132
132
{
133
133
        xmlNode *node;
134
134
        if (parent)