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 151539 - In gtkaction.c, function closure_accel_activate
In gtkaction.c, function closure_accel_activate
Status: RESOLVED DUPLICATE of bug 151541
Product: gtk+
Classification: Platform
Component: Class: UIManager / Actions
2.5.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-08-31 17:39 UTC by Morten Welinder
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2004-08-31 17:39:05 UTC
In gtkaction.c, function closure_accel_activate we have the bit below.
Note, that it claims to have handled the accellerator even if it did not
really do so.  That prevents the key from being seen by widgets.

(It's not particular good UI, but XL has a global F4=Repeat accellerator and
a cell-edit-only override.)

{
  if (gtk_action_is_sensitive (GTK_ACTION (closure->data)))
    _gtk_action_emit_activate (GTK_ACTION (closure->data));

  /* we handled the accelerator */
  g_value_set_boolean (return_value, TRUE);
}
Comment 1 Matthias Clasen 2004-09-01 12:40:14 UTC

*** This bug has been marked as a duplicate of 151541 ***