Readd line removed by mistake in the previous commit

This commit is contained in:
Paolo Borelli
2014-01-14 20:23:52 +01:00
parent 4a3f21b693
commit 84b44dd2ac

View File

@ -3303,6 +3303,10 @@ gtk_notebook_leave_notify (GtkWidget *widget,
{
GtkNotebook *notebook = GTK_NOTEBOOK (widget);
GtkNotebookPrivate *priv = notebook->priv;
gint x, y;
if (!get_widget_coordinates (widget, (GdkEvent *)event, &x, &y))
return FALSE;
if (priv->prelight_tab != NULL)
{