GNOME Bugzilla – Bug 152129
Unnecessary call to _window_update_sensitivity()
Last modified: 2004-12-22 21:47:04 UTC
This is kind of an Optimization rather than a bug. In the function _action_started(), _window_update_sensitivity() is called after window_start_activity_mode(). But it is already called in window_start_activity_mode(). I dont see a need to call it once again. {PS: All these functions are in window.c}
done, thank you.