Fix 'missing cursor' in entries
This commit is contained in:
parent
b511f12b9b
commit
a97264a090
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue