diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-09 13:55:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-09 13:55:14 (GMT) |
commit | a29e078d5ae9a283ef7404ccbbc548aa10bf8247 (patch) | |
tree | c2d95cb8319b52e7becbb9af8f0bcb41ce118c20 | |
parent | dc8696c19cb002e54fa410b918352e091049e18b (diff) | |
download | tk-a29e078d5ae9a283ef7404ccbbc548aa10bf8247.zip tk-a29e078d5ae9a283ef7404ccbbc548aa10bf8247.tar.gz tk-a29e078d5ae9a283ef7404ccbbc548aa10bf8247.tar.bz2 |
Ooops!
-rw-r--r-- | unix/tkUnixWm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c index 4d3bd4d..3b0d3cb 100644 --- a/unix/tkUnixWm.c +++ b/unix/tkUnixWm.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixWm.c,v 1.76 2009/12/09 10:45:30 dkf Exp $ + * RCS: @(#) $Id: tkUnixWm.c,v 1.77 2009/12/09 13:55:14 dkf Exp $ */ #include "tkUnixInt.h" @@ -6686,7 +6686,7 @@ TkpMakeMenuWindow( atts.save_under = True; if (typeFlag == TK_MAKE_MENU_DROPDOWN) { atom = Tk_InternAtom((Tk_Window) tkwin, - "_NET_WM_TYPE_DROPDOWN_MENU"); + "_NET_WM_WINDOW_TYPE_DROPDOWN_MENU"); } else { atom = Tk_InternAtom((Tk_Window) tkwin, "_NET_WM_WINDOW_TYPE_POPUP_MENU"); |