To add some more specifics, the modes you should be looking into are
stored in impl->operation_mode and impl->location_mode. The patch
should be improved so it checks:
if (event->button == 1 && event->type == GDK_2BUTTON_PRESS)
{
if ((impl->operation_mode == OPERATION_MODE_SEARCH || /* whatever */) &&
(impl->location_mode == LOCATION_MODE_PATH_BAR || /* whatever */))
{
g_timeout_add (50, (GSourceFunc) location_entry_grab_focus, impl);
}
return FALSE;
}
--
Improve Save As Dialog Box (focus issues)
https://bugs.launchpad.net/bugs/387957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs