mir: one more gtksetting...

This commit is contained in:
Ryan Lortie
2014-05-28 16:31:32 +02:00
parent c6b87a28c6
commit 950abb8385

View File

@@ -549,6 +549,12 @@ gdk_mir_screen_get_setting (GdkScreen *screen,
return TRUE;
}
if (g_str_equal (name, "gtk-entry-select-on-focus"))
{
g_value_set_boolean (value, FALSE);
return TRUE;
}
g_error ("unknown property %s", name);
return FALSE;