aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-02-19 08:35:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-02-19 09:44:24 +0800
commitfcb29478f605deb787c62fc7567c5c7f897585bb (patch)
treeec765625b528f38d34c0b1795abb588227b1d95b /widgets
parent1b25ab52f7709a0eae7493fb933fa62376ead288 (diff)
downloadgsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.tar.gz
gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.tar.zst
gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/table/e-table-header-item.c2
-rw-r--r--widgets/table/e-table-item.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c
index 1c7f4a2c54..897bae1948 100644
--- a/widgets/table/e-table-header-item.c
+++ b/widgets/table/e-table-header-item.c
@@ -176,7 +176,7 @@ ethi_update (GnomeCanvasItem *item,
gint flags)
{
ETableHeaderItem *ethi = E_TABLE_HEADER_ITEM (item);
- double x1, y1, x2, y2;
+ gdouble x1, y1, x2, y2;
if (GNOME_CANVAS_ITEM_CLASS (ethi_parent_class)->update)
GNOME_CANVAS_ITEM_CLASS (ethi_parent_class)->update (
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index 51e3c9fecd..2276bb58c8 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -477,7 +477,7 @@ static void
eti_update (GnomeCanvasItem *item, const cairo_matrix_t *i2c, gint flags)
{
ETableItem *eti = E_TABLE_ITEM (item);
- double x1, x2, y1, y2;
+ gdouble x1, x2, y1, y2;
if (GNOME_CANVAS_ITEM_CLASS (eti_parent_class)->update)
(*GNOME_CANVAS_ITEM_CLASS (eti_parent_class)->update)(item, i2c, flags);
/commit/?h=EVOLUTION_3_4_4&id=9a38889305241f6831feda75d175c34b1c743646'>Bug 666706 - MailFolderCache: Crash on visiting a renamed folderMatthew Barnes2011-12-231-1/+3 * Bug #357175 - IMAP alerts still too intrusiveMilan Crha2011-12-231-2/+59 * Fix a typo in a commit for a bug #666490Milan Crha2011-12-231-1/+6 * Make sure EAlertDialog has at least one button, to be able to closed itMilan Crha2011-12-232-0/+15 * Bug #666490 - Crash in e-mail-session.c:user_message_responseMilan Crha2011-12-231-6/+7 * Bug #661087 - Add ability to remove localized "Re:" prefixes in subjectMilan Crha2011-12-226-23/+108 * Reduce diff noise with account-mgmt branch.Matthew Barnes2011-12-2021-101/+122 * post release version bumpChenthill Palanisamy2011-12-191-1/+1 * News update for 3.3.3 releaseEVOLUTION_3_3_3Chenthill Palanisamy2011-12-191-0/+93 * Do not load disabled services while creating new folderChenthill Palanisamy2011-12-191-0/+6 * schemas: Don't EXTRA_DIST non-existing filesRodrigo Moya2011-12-191-1/+1 * Bug #666512 - Busy-loop after pressing Send/Receive toolbar buttonMilan Crha2011-12-191-7/+6 * Updated Hungarian help translationGabor Kelemen2011-12-181-1198/+1299 * Updated German help translation and added 3 new screen-shots.Christian Kirbach2011-12-174-5180/+2009 * Fix compiler warnings.Matthew Barnes2011-12-173-28/+42 * Finished Hungarian help translationGabor Kelemen2011-12-171-7466/+9512 * Fix a few mistranslations in the Hungarian translationGabor Kelemen2011-12-171-51/+52 * Updated Slovenian translationMatej Urbančič2011-12-171-4938/+5966 * Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-1654-973/+822 * EMailSession: Add "activity-added" signal.Matthew Barnes2011-12-163-1/+42 * EShellBackend: Remove unused enum value.Matthew Barnes2011-12-161-1/+0 * mail-send-recv.c: Avoid using EAccount and CamelURL if possible.Matthew Barnes2011-12-165-195/+286 * Updated Spanish translationDaniel Mustieles2011-12-161-456/+519 * Bug #661043 - Printing causes email images to downloadMilan Crha2011-12-161-3/+0 * Bug #666341 - [bbdb] Invalid free in bbdb_do_itMilan Crha2011-12-161-1/+0 * Updated Galician translationsFran Diéguez2011-12-161-1193/+1251 * Updated Galician translationsFran Diéguez2011-12-161-683/+680 * Avoid use-after-free in em_config_target_update_settingsMilan Crha2011-12-151-1/+5 * Bug #561696 - Invitation's "Open Calendar" button jumps to current dayMilan Crha2011-12-152-4/+4 * Fix a crash in pdf_drag_drop. Ref the objects while cloning format_html.Chenthill Palanisamy2011-12-151-4/+5 * Bug 566793 - Support Drop And Drag Into Nautilus As PDF Filepepp2011-12-156-74/+293 * Updated Norwegian bokmål translationKjartan Maraas2011-12-151-1000/+1062 * Bug 666081 - Duplicate typedefsMatthew Barnes2011-12-153-9/+8 * Bug #582649 - Toggle for coloring today and overdue tasksMilan Crha2011-12-148-15/+215 * Fix leaks around categories editingMilan Crha2011-12-142-4/+8 * Bug #666106 - libical 0.47 handles CATEGORIES as multiple parametersMilan Crha2011-12-141-20/+49 * Updated Spanish translationDaniel Mustieles2011-12-141-154/+151 * MailFolderCache: Fix a double-free on unsubscribe.Matthew Barnes2011-12-141-2/+1 * EMSubscriptionEditor: Use alternating row colors.Matthew Barnes2011-12-141-0/+1 * EMSubscriptionEditor cleanups.Matthew Barnes2011-12-141-160/+224 * Bug 665981 - Use OpenStreetMap geoclue providerAlban Browaeys2011-12-131-2/+4 * Bump minimum geoclue version to 0.12.Alban Browaeys2011-12-131-1/+1 * Bug 665980 - Bump minimum champlain-gtk version to 0.12Alban Browaeys2011-12-132-4/+4 * Bug 665782 - configure.ac: Add gmodule-2.0 to GNOME_PLATFORMChristophe Fergeau2011-12-131-0/+1 * Bug #578245 - View settings for threads getting lostMilan Crha2011-12-131-2/+5 * Updated Macedonian translation.Jovan Naumovski2011-12-131-16823/+14960 * EMAccountEditor: Fix handling of auth-mechanism.Matthew Barnes2011-12-131-22/+37 * MailFolderCache: Don't respond to "service-added" signals.Matthew Barnes2011-12-132-12/+36 * EMailSession: Fix silly mistake in constructed().Matthew Barnes2011-12-131-2/+1 * Adapt to camel_session_remove_service() changes.Matthew Barnes2011-12-121-2/+1 * Updated Spanish translationDaniel Mustieles2011-12-121-20/+35 * User Docs: Grammar and spelling fixesChristian Kirbach2011-12-113-4/+4 * Updated Spanish translationDaniel Mustieles2011-12-111-727/+722 * Reorder accounts by drag-and-drop.Matthew Barnes2011-12-11