Bug 75180 - typo _NET_AM_ALLOWED_ACTIONS should be _NET_WM_ALLOWED_ACTIONS
Summary: typo _NET_AM_ALLOWED_ACTIONS should be _NET_WM_ALLOWED_ACTIONS
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-13 20:49 UTC by zephod
Modified: 2004-02-16 13:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zephod 2004-02-13 20:49:50 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2.2 binary compiler from Mandrake 9.1
OS:          Linux

I compiled source rpms from mandrake cooker on a Mandrake 9.1 system.
package: kdebase-3.2-12mdk.src.rpm

When trying to use the atom _NET_WM_ALLOWED_ACTIONS it appeared that the name was incorrect.
xprop -root shows _NET_AM_ALLOWED_ACTIONS in _NET_SUPPORTED section.

just grep for it in the source code and you will find the typo.

It is not a big bug, but application programmers will have to check the version when this is corrected...

Oh, BTW: KDE 3.2 really rocks !!!
Comment 1 Lubos Lunak 2004-02-16 13:07:23 UTC
CVS commit by lunakl: 

Fix typo.
CCMAIL: 75180-done@bugs.kde.org


  M +1 -1      netwm.cpp   1.127


--- kdelibs/kdecore/netwm.cpp  #1.126:1.127
@@ -260,5 +260,5 @@ static void create_atoms(Display *d) {
             "_NET_WM_HANDLED_ICONS",
             "_NET_STARTUP_ID",
-            "_NET_AM_ALLOWED_ACTIONS",
+            "_NET_WM_ALLOWED_ACTIONS",
             "_NET_WM_PING",