diff options
Diffstat (limited to 'generic/tkPack.c')
-rw-r--r-- | generic/tkPack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPack.c b/generic/tkPack.c index 65a2512..d73de4a 100644 --- a/generic/tkPack.c +++ b/generic/tkPack.c @@ -445,8 +445,8 @@ Tk_PackObjCmd( } break; } - case PACK_CONTENT: - case PACK_SLAVES: { + case PACK_SLAVES: + case PACK_CONTENT: { Tk_Window container; Packer *containerPtr, *contentPtr; Tcl_Obj *resultObj; |