GNOME Bugzilla – Bug 604130
keybinding capplet shows keybindings for all installed window managers
Last modified: 2009-12-09 13:14:46 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.
Can you explain how that's different from the patch I committed for the same thing?
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 ***
certainly no material difference. I would not have re-fixed that had your patch actually been applied in the F12 package :-(