diff options
author | Sebastian Geerken <devnull@localhost> | 2014-02-19 12:27:58 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-02-19 12:27:58 +0100 |
commit | 711ebef55d63867630c181a64b27d40d2419b278 (patch) | |
tree | b0d105033ee8c7b0fd2967cd930b5267f34a40cd /dw/layout.cc | |
parent | bc44517d6c6c2f4674a9ce8ccc88ec947bb4e6d5 (diff) |
Fixed misnaming.
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index d35d30d7..4132932d 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -793,7 +793,7 @@ void Layout::resizeIdle () DBG_OBJ_MSG ("resize", 0, "<b>resizeIdle</b>"); DBG_OBJ_MSG_START (); - enterQueueResize (); + enterResizeIdle (); //static int calls = 0; //printf ("Layout::resizeIdle calls = %d\n", ++calls); @@ -884,7 +884,7 @@ void Layout::resizeIdle () DBG_OBJ_MSGF ("resize", 1, "resizeIdleId = %d", resizeIdleId); DBG_OBJ_MSG_END (); - leaveQueueResize (); + leaveResizeIdle (); } void Layout::setSizeHints () |