~ubuntu-branches/ubuntu/trusty/gtkhtml3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to gtkhtml/htmltable.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 15:38:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090727153800-2z0i3y6vpmywwhe5
Tags: 1:3.27.5-0ubuntu1
New upstream version:
Bug Fixes:
Bug #584243Crash when replacing a mispelled word (lp: #397957)
Other Fixes:
Fix some build tool warnings. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1162
1162
        g_return_if_fail (table->rowHeights->data);
1163
1163
        g_return_if_fail (table->columnOpt->data);
1164
1164
 
1165
 
 
1166
1165
        *sr = to_index (bin_search_index (table->rowHeights, 0, table->totalRows, y), 0, table->totalRows - 1);
1167
1166
        if (y < ROW_HEIGHT (table, *sr) && (*sr) > 0)
1168
1167
                (*sr)--;
1819
1818
        return 0;
1820
1819
}
1821
1820
 
1822
 
 
1823
1821
static HTMLObject *
1824
1822
check_point (HTMLObject *self,
1825
1823
             HTMLPainter *painter,