After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 152129 - Unnecessary call to _window_update_sensitivity()
Unnecessary call to _window_update_sensitivity()
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.6.x
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2004-09-08 04:37 UTC by srinath
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description srinath 2004-09-08 04:37:53 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}
Comment 1 Paolo Bacchilega 2004-12-15 13:47:42 UTC
done, thank you.