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 604130 - keybinding capplet shows keybindings for all installed window managers
keybinding capplet shows keybindings for all installed window managers
Status: RESOLVED DUPLICATE of bug 600021
Product: gnome-control-center
Classification: Core
Component: [obsolete] Keybinding
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-09 02:41 UTC by Matthias Clasen
Modified: 2009-12-09 13:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (872 bytes, patch)
2009-12-09 02:41 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2009-12-09 02:41:29 UTC
Created attachment 149395 [details] [review]
patch

Because the code to track the wm name does not work. Nevermind that it duplicates stuff that you could get by simply listening for gtk signals...
Anyway, here is a patch that makes it work.
Comment 1 Bastien Nocera 2009-12-09 10:49:27 UTC
Can you explain how that's different from the patch I committed for the same thing?
Comment 2 Jens Granseuer 2009-12-09 11:09:39 UTC
It seems to me the main difference is that your patch is leaking the result of g_strdup (WM_COMMON_UNKNOWN) ;-)

*** This bug has been marked as a duplicate of bug 600021 ***
Comment 3 Matthias Clasen 2009-12-09 13:14:46 UTC
certainly no material difference. I would not have re-fixed that had your patch actually been applied in the F12 package :-(