aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-08-27 23:32:14 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-27 23:32:14 +0800
commitc4b24c895e0a351315b8dea294983bbaf2b8dfc1 (patch)
tree4b88d6651201c3cefbd5a6460d91566bd787649d /widgets
parent6fbbb872fe462d0bdebf4559f76e4baca174823c (diff)
downloadgsoc2013-evolution-c4b24c895e0a351315b8dea294983bbaf2b8dfc1.tar.gz
gsoc2013-evolution-c4b24c895e0a351315b8dea294983bbaf2b8dfc1.tar.zst
gsoc2013-evolution-c4b24c895e0a351315b8dea294983bbaf2b8dfc1.zip
Fixed this memmove to subtract the count as well as the row for the number
2001-08-27 Christopher James Lahey <clahey@ximian.com> * e-table-item.c (eti_table_model_rows_deleted): Fixed this memmove to subtract the count as well as the row for the number of rows to move. svn path=/trunk/; revision=12482
Diffstat (limited to 'widgets')
-rw-r--r--widgets/table/e-table-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index 4132eaf969..12ef309c7c 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -820,7 +820,7 @@ eti_table_model_rows_deleted (ETableModel *table_model, int row, int count, ETab
eti->rows = e_table_model_row_count (eti->table_model);
if (eti->height_cache)
- memmove(eti->height_cache + row, eti->height_cache + row + count, (eti->rows - row) * sizeof(int));
+ memmove(eti->height_cache + row, eti->height_cache + row + count, (eti->rows - row - count) * sizeof(int));
eti->needs_compute_height = 1;
e_canvas_item_request_reflow (GNOME_CANVAS_ITEM (eti));
ns'>-2/+6 * Updated Canadian English translation.Adam Weinberger2004-09-302-372/+367 * Updated italian translationMarco Ciampa2004-09-292-6/+10 * Translation updated.Vincent van Adrighem2004-09-282-628/+504 * Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-09-272-12735/+1514 * Updating pt_BR translationRaphael Higino2004-09-272-312/+330 * Updated Persian translation by Meelad Zakaria <meelad@bamdad.org>.Roozbeh Pournader2004-09-262-1098/+1223 * Updated Canadian English translation.Adam Weinberger2004-09-252-289/+283 * Updated French translation.Christophe Merlet2004-09-242-300/+315 * Updated italian translationMarco Ciampa2004-09-242-196/+166 * Updated Canadian English translation.Adam Weinberger2004-09-242-94/+140 * Updated French translation.Christophe Merlet2004-09-232-1294/+1330 * Updated it & zh_TW translationsCraig Jeffares2004-09-223-6373/+6930 * Updated Canadian English translation.Adam Weinberger2004-09-222-1096/+1089 * Updated Persian translation by Meelad Zakaria <meelad@bamdad.org>.Roozbeh Pournader2004-09-212-2966/+2816 * Updating pt_BR translationRaphael Higino2004-09-192-112/+127 * Updated Danish translation.Martin Willemoes Hansen2004-09-192-35/+43 * Updating pt_BR translationRaphael Higino2004-09-142-104/+119 * Updated Danish translation.Martin Willemoes Hansen2004-09-132-129/+137 * Updated italian translationMarco Ciampa2004-09-132-125/+88 * Updated Romanian translationMugurel Tudor2004-09-132-952/+741 * Updated Malay Translation.Hasbullah Bin Pit2004-09-132-2678/+2511 * Updated Romanian translationMugurel Tudor2004-09-122-10590/+1074 * 2004-09-11 Akagic Amila <bono@linux.org.ba> * bs.po: Added Bosnian translation.Amila Akagić2004-09-112-0/+19094 * Updated Canadian English translation.Adam Weinberger2004-09-112-233/+245 * Updating pt_BR translationRaphael Higino2004-09-112-312/+332 * Updated italian translationMarco Ciampa2004-09-102-88/+25 * Updated Greek translationNikos Charonitakis2004-09-092-995/+949 * Updated Danish translation.Martin Willemoes Hansen2004-09-092-8/+12 * Translation updated.Vincent van Adrighem2004-09-082-1/+5 * da.po: quick fixesMartin Willemoes Hansen2004-09-081-16/+19 * Updated Danish translation.Martin Willemoes Hansen2004-09-072-115/+241 * Updated British translation.David Lodge2004-09-072-4127/+1736 * Updated Danish translation.Martin Willemoes Hansen2004-09-062-352/+514 * Translation updated by Daniel van Eeden.Vincent van Adrighem2004-09-062-519/+479 * translated 1 stringN Jayaradha2004-09-061-990/+1183 * Updated Norwegian Nynorsk translation: Merged translations from gnome-2-8Åsmund Skjæveland2004-09-052-694/+887 * Updated French translation.Christophe Merlet2004-09-041-1/+1 * Updated French translation.Christophe Merlet2004-09-042-341/+323 * Fixes #65030JP Rosevear2004-09-042-2/+9 * Updated Turkish TranslationBaris Cicek2004-09-032-15896/+3289 * da.po: quick fixMartin Willemoes Hansen2004-09-031-370/+366 * Updated Danish translationMartin Willemoes Hansen2004-09-032-2582/+1663 * Updated Finnish translationIlkka Tuohela2004-09-022-391/+401 * Updated Russian translationLeonid Kanter2004-09-012-882/+795 * added Hindi translationGuntupalli Karunakar2004-09-012-0/+19170 * Updated Norwegian Nynorsk translation: Merged translations from gnome-2-8Åsmund Skjæveland2004-08-302-689/+681 * Updated Belarusian translation.Ales Nyakhaychyk2004-08-292-28460/+19352 * Updated Simplified Chinese translationFunda Wang2004-08-292-372/+365 * check2Amanpreet Singh Alam2004-08-281-798/+742 * Updated Spanish translationFrancisco Javier F. Serrador2004-08-282-455/+536 * Updated Czech translation.Miloslav Trmac2004-08-282-376/+365 * Updated Canadian English translation.Adam Weinberger2004-08-282-374/+359 * Updated Korean translation.Changwoo Ryu2004-08-282-369/+375 * Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-08-272-367/+245 * Updated Greek translationNikos Charonitakis2004-08-272-282/+250 * check 3000-4100Amanpreet Singh Alam2004-08-261-486/+544 * Updated French translation.Christophe Merlet2004-08-262-1966/+523 * Updated Malay Translation.Hasbullah Bin Pit2004-08-252-13090/+1420 * Updated Spanish translationFrancisco Javier F. Serrador2004-08-252-2/+6 * Updated Spanish translationFrancisco Javier F. Serrador2004-08-252-14/+18 * Updated Finnish translationIlkka Tuohela2004-08-242-48/+55 * Updated Greek translationNikos Charonitakis2004-08-242-200/+275 * cs.po: Typo fix.Stanislav Brabec2004-08-232-1/+5 * ankit@redhat.com 23/08/2004 * gu.po : Final Proofread.Ankitkumar Rameshchandra Patel2004-08-231-64/+65 * Updated Serbian translation.Danilo Šegan2004-08-233-4039/+3085 * Updated Albanian translation.Laurent Dhima2004-08-232-305/+124 * Updated Finnish translationIlkka Tuohela2004-08-232-10/+14 * Updated German translation.Christian Neumair2004-08-232-298/+306 * Update UpdateKjartan Maraas2004-08-223-478/+423 * Updated Spanish translation.Francisco Javier F. Serrador2004-08-222-160/+88 * Updated Korean translation.Changwoo Ryu2004-08-222-52/+55 * Updated Portuguese translation.Duarte Loreto2004-08-222-46/+51 * completeAmanpreet Singh Alam2004-08-211-160/+208 * Updated Albanian translation.Laurent Dhima2004-08-212-121/+218 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-202-8/+12 * ankit@redhat.com 20/08/2004Ankitkumar Rameshchandra Patel2004-08-201-1/+1 * Updated Spanish translationFrancisco Javier F. Serrador2004-08-202-114/+196 * Updated Canadian English translation.Adam Weinberger2004-08-202-53/+28 * Updated Ukrainian translation.Maxim Dziumanenko2004-08-192-9998/+2960 * Typo fix in Catalan translation.Jordi Mallach2004-08-192-2/+6 * Add this.Kjartan Maraas2004-08-192-0/+20708 * Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-192-303/+159 * Updated Simplified Chinese translationFunda Wang2004-08-182-40/+43 * Updated Hungarian translation by Gabor Kelemen.Laszlo Dvornik2004-08-182-69/+37 * svn path=/trunk/; revision=26963Updated ja.po. T.Aihana2004-08-182-73/+43 * Updated Czech translation.Miloslav Trmac2004-08-182-46/+47 * Updated Greek translationNikos Charonitakis2004-08-182-574/+181 * compltingAmanpreet Singh Alam2004-08-171-579/+507 * ankit@redhat.com 17/08/2004 * gu.po : Updated Final Gujarati TranslationAnkitkumar Rameshchandra Patel2004-08-172-34/+25 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-172-34/+43 * updatepAmanpreet Singh Alam2004-08-161-308/+261 * ankit@redhat.com 16/08/04 * Updated Final Gujarati TranslationAnkitkumar Rameshchandra Patel2004-08-161-0/+4 * ankit@redhat.com 16/08/2004Ankitkumar Rameshchandra Patel2004-08-161-121/+54 * Updated Spanish translation.Francisco Javier F. Serrador2004-08-161-157/+81 * Updated Spanish translation.Francisco Javier F. Serrador2004-08-152-11/+10 * Updated finnish translationIlkka Tuohela2004-08-152-14/+18 * Updated Portuguese translation.Duarte Loreto2004-08-152-115/+19 * Updated finnish translationIlkka Tuohela2004-08-151-3/+4 * Updated finnish translationIlkka Tuohela2004-08-151-0/+4 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-152-11/+10 * Updated Finnish translationIlkka Tuohela2004-08-152-25/+19 * Updated Korean translationChangwoo Ryu2004-08-142-44/+36 * updateAmanpreet Singh Alam2004-08-141-576/+510 * Updated Simplified Chinese translationFunda Wang2004-08-141-351/+355 * Updated Lithuanian translation.Žygimantas Beručka2004-08-142-2683/+543 * Updated Canadian English translation.Adam Weinberger2004-08-142-20/+11 * Updated Simplified Chinese translationFunda Wang2004-08-142-61/+37 * bump version. requiresJP Rosevear2004-08-1454-18346/+23881 * Unified po headers for Finnish TeamTommi Vainikainen2004-08-142-1/+5 * Updated Korean translationChangwoo Ryu2004-08-131-2/+2 * Updated Korean translationChangwoo Ryu2004-08-132-91/+89 * Updated Canadian English translation.Adam Weinberger2004-08-132-77/+72 * completingAmanpreet Singh Alam2004-08-121-2368/+2144 * update Russian translationLeonid Kanter2004-08-122-468/+551 * Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-122-255/+273 * svn path=/trunk/; revision=26875Updated ja.po. T.Aihana2004-08-122-203/+226 * Updated Simplified Chinese translationFunda Wang2004-08-121-217/+241 * updated Russian translationLeonid Kanter2004-08-112-258/+179 * Updated Korean translationChangwoo Ryu2004-08-112-197/+225 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-112-310/+418 * Updated Czech translation.Miloslav Trmac2004-08-112-172/+182 * Updated Canadian English translation.Adam Weinberger2004-08-112-189/+180 * update Russian translationLeonid Kanter2004-08-112-1027/+442 * Updated Hungarian translation by Gabor Kelemen.Laszlo Dvornik2004-08-102-259/+381 * Updated Spanish translation.Francisco Javier F. Serrador2004-08-102-255/+282 * ankit@redhat.com 09/08/04Ankitkumar Rameshchandra Patel2004-08-091-1207/+1144 * update for messageAmanpreet Singh Alam2004-08-091-2518/+3223 * Added Gujarati & PanjabiAnkitkumar Rameshchandra Patel2004-08-091-0/+8 * Updated Albanian translation.Laurent Dhima2004-08-092-501/+452 * Updated Simplified Chinese translationFunda Wang2004-08-081-4/+4 * Updated Simplified Chinese translationFunda Wang2004-08-082-347/+412 * Updated Czech translation.Miloslav Trmac2004-08-072-68/+87 * Updated Canadian English translation.Adam Weinberger2004-08-072-73/+91 * ankit@redhat.com 06/08/04Ankitkumar Rameshchandra Patel2004-08-061-721/+904 * tranlateAmanpreet Singh Alam2004-08-061-453/+629 * Updated Korean translationChangwoo Ryu2004-08-062-115/+208 * Updated Portuguese translation.Duarte Loreto2004-08-062-651/+504 * Updated Canadian English translation.Adam Weinberger2004-08-062-21/+25 * ankit@redhat.com 05/08/04Ankitkumar Rameshchandra Patel2004-08-051-576/+696 * Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-052-63/+157 * svn path=/trunk/; revision=26824Updated ja.po. T.Aihana2004-08-052-180/+200 * Updated Czech translation.Miloslav Trmac2004-08-042-58/+150 * Updated Canadian English translation.Adam Weinberger2004-08-042-58/+152 * Updated Spanish translation.Francisco Javier F. Serrador2004-08-042-213/+233 * Updated finnish translationIlkka Tuohela2004-08-032-460/+410 * Translation updated by Daniel van Eeden.Vincent van Adrighem2004-08-032-1125/+904 * ankit@redhat.com 03/07/04Ankitkumar Rameshchandra Patel2004-08-031-201/+249 * bump version, requirementsJP Rosevear2004-08-03