aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-table-selection-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-table/e-table-selection-model.h')
-rw-r--r--widgets/e-table/e-table-selection-model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-table/e-table-selection-model.h b/widgets/e-table/e-table-selection-model.h
index 8b7d0a0507..7fb6158ad2 100644
--- a/widgets/e-table/e-table-selection-model.h
+++ b/widgets/e-table/e-table-selection-model.h
@@ -23,7 +23,7 @@ typedef struct {
ETableModel *model;
gint row_count;
- guint *selection;
+ guint32 *selection;
gint cursor_row;
gint cursor_col;
n Vivek2005-05-051-1/+0 * Initial work on remote mail interface, as a plugin.Michael Zucci2005-05-0410-0/+853 * A profiler plugin.Not Zed2005-04-284-0/+83 * check the store state, can create a shared folder only in online modeParthasarathi Susarla2005-04-112-0/+17 * Checking for the NULL query, also fixed some other minor issues. Fixes #74366Sushma Rai2005-04-112-11/+27 * Fixes #74265 In time_days_in_month the months are indexed from 0, soChenthill Palanisamy2005-04-082-3/+10 * Fixes #74291JP Rosevear2005-04-082-1/+8 * noop if we can't open the book/we're disabled.Not Zed2005-04-062-0/+7 * preprocessor hackery using the value of DBUS_VERSION to cope with changesDavid Malcolm2005-04-053-0/+13 * Fixes #73844JP Rosevear2005-04-012-1/+8 * **Fixes #74002 return cnc as NULL if evoluiton is in offline.Vivek Jain2005-03-312-0/+18 * **Fixes #73787 (bugzilla innerweb.novell) : use path passed in theVivek Jain2005-03-312-9/+46 * add a11y name to Conflict Search Table Fixes #73914Li Yuan2005-03-302-0/+7 * **Fixes #73198 : pass the full name in get_conatiner_id (get_container_id)Vivek Jain2005-03-282-6/+31 * Use $(weatherdatadir) rather than $(weatherdir), get rid of an incorrectDavid Trowbridge2005-03-232-4/+7 * Fixes #73541Chenthill Palanisamy2005-03-224-3/+14 * Forming and setting OWA URL when existing account doesn't containSushma Rai2005-03-182-2/+56 * replace X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETEVivek Jain2005-03-183-2/+8 * **Fixes #73473 user proper entry to calculate the date of reply requestedVivek Jain2005-03-182-1/+7 * Setting the authentication mechanism on the the transport url along withSushma Rai2005-03-172-12/+30 * set the type appropriately so that assigned tasks can be handledJP Rosevear2005-03-152-0/+19 * **Fixes #73201 use full_name given by CamelFolder to get the selectedVivek Jain2005-03-102-13/+22 * Updated code to add priority to the appropriate header Fixes the problemSankar P2005-03-092-0/+12 * Plugin file changes, added commit callback definition and removedSushma Rai2005-03-082-10/+8 * don't free container list here. It is chaced in connection and will beSivaiah Nallagatla2005-03-072-6/+8