Skip to content

Commit

Permalink
Fixed ILStateRegistry>>undergister:
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasPetton committed Apr 17, 2010
1 parent db3c953 commit 74e04ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Sessions/ILStateRegistry.st
Expand Up @@ -88,7 +88,7 @@ ILObject subclass: ILStateRegistry [

unregister: aWidget [
<category: 'states'>
self widgets
self states
removeKey: aWidget
ifAbsent: [nil]
]
Expand Down
1 change: 0 additions & 1 deletion THANKS
Expand Up @@ -9,6 +9,5 @@ Bèrto ëd Sèra
Joachim Jaeckel
Janko Mivšek
Gwenael Casaccio
Samuel Lebeau
Eli Green

0 comments on commit 74e04ba

Please sign in to comment.