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 73082 - Duplicate accel notifications
Duplicate accel notifications
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-03-01 04:56 UTC by Havoc Pennington
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2002-03-01 04:56:55 UTC
If you change the accelerator via the in-place editing feature, you get
one accel_changed signal on the accel group for every menu item the 
accel path is used for. Not really quite right.
Comment 1 Havoc Pennington 2002-03-01 05:17:29 UTC
Oh maybe this is deliberate because you get a notify for each accel
closure? Sigh...
Comment 2 Havoc Pennington 2002-03-01 05:25:34 UTC
Oh and you apparently can't tell if an accel change is adding or
removing the accel, you get a notify for both. Unless you query the
current accel and compare...