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
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to