Fix 'missing cursor' in entries

This commit is contained in:
Christian Dywan 2008-06-01 23:58:00 +02:00
parent b511f12b9b
commit a97264a090
1 changed files with 2 additions and 1 deletions

View File

@ -251,7 +251,7 @@ midori_app_get_property (GObject* object,
}
}
static void
static gboolean
midori_browser_focus_in_event_cb (MidoriBrowser* browser,
GdkEventFocus* event,
MidoriApp* app)
@ -259,6 +259,7 @@ midori_browser_focus_in_event_cb (MidoriBrowser* browser,
MidoriAppPrivate* priv = app->priv;
priv->browser = browser;
return FALSE;
}
static void