forked from AuroraMiddleware/gtk
Remove the assertion that top_y needs to be >= 0.
2001-05-21 Joe Shaw <joe@ximian.com> * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion that top_y needs to be >= 0.
This commit is contained in:
parent
dd0aa0d815
commit
b85c587152
@ -1,3 +1,8 @@
|
||||
2001-05-21 Joe Shaw <joe@ximian.com>
|
||||
|
||||
* gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
|
||||
that top_y needs to be >= 0.
|
||||
|
||||
2001-05-11 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-21 Joe Shaw <joe@ximian.com>
|
||||
|
||||
* gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
|
||||
that top_y needs to be >= 0.
|
||||
|
||||
2001-05-11 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-21 Joe Shaw <joe@ximian.com>
|
||||
|
||||
* gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
|
||||
that top_y needs to be >= 0.
|
||||
|
||||
2001-05-11 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-21 Joe Shaw <joe@ximian.com>
|
||||
|
||||
* gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
|
||||
that top_y needs to be >= 0.
|
||||
|
||||
2001-05-11 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-21 Joe Shaw <joe@ximian.com>
|
||||
|
||||
* gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
|
||||
that top_y needs to be >= 0.
|
||||
|
||||
2001-05-11 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-21 Joe Shaw <joe@ximian.com>
|
||||
|
||||
* gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
|
||||
that top_y needs to be >= 0.
|
||||
|
||||
2001-05-11 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-21 Joe Shaw <joe@ximian.com>
|
||||
|
||||
* gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
|
||||
that top_y needs to be >= 0.
|
||||
|
||||
2001-05-11 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
|
||||
|
@ -545,7 +545,6 @@ gtk_text_layout_get_lines (GtkTextLayout *layout,
|
||||
layout, top_y, first_line_y);
|
||||
if (first_btree_line == NULL)
|
||||
{
|
||||
g_assert (top_y > 0);
|
||||
/* off the bottom */
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user