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

« back to all changes in this revision

Viewing changes to widgets/misc/ea-cell-table.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-06-24 00:27:53 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20110624002753-2vh1vjavlya7r103
Tags: 3.1.2-0ubuntu1
* New upstream release 3.1.2.
* debian/control: adjust Build-Depends to match new upstream requirements for
  the new release.
* debian/control: update evolution and evolution-dev Depends to require the
  right versions of e-d-s (>= 3.1, << 3.2), and drop libunique-3.0-dev.
* debian/control,
  debian/evolution.install: remove groupwise-features from the plugin list,
  it's now split out into a separate module.
* debian/patches/03_lpi.patch: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *
21
21
 */
22
22
 
 
23
#ifdef HAVE_CONFIG_H
 
24
#include <config.h>
 
25
#endif
 
26
 
23
27
#include "ea-cell-table.h"
24
28
 
25
29
EaCellTable *
142
146
        return TRUE;
143
147
}
144
148
 
145
 
G_CONST_RETURN gchar *
 
149
const gchar *
146
150
ea_cell_table_get_column_label (EaCellTable * cell_data,
147
151
                                gint column)
148
152
{
164
168
        cell_data->column_labels[column] = g_strdup (label);
165
169
}
166
170
 
167
 
G_CONST_RETURN gchar *
 
171
const gchar *
168
172
ea_cell_table_get_row_label (EaCellTable * cell_data,
169
173
                             gint row)
170
174
{