diff options
author | rathnor <rathnor> | 2003-07-04 14:06:20 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-04 14:06:20 (GMT) |
commit | 16c567638cad8b0fdd5afb08ae7a185f5259e4c1 (patch) | |
tree | 03a5b1e59b630516d05a6f81fd82f026b69a2a5b /src/ToolbarHandler.cc | |
parent | e82122eb44f3ed758f804c97da08d11196e42510 (diff) | |
download | fluxbox_pavel-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.zip fluxbox_pavel-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.tar.bz2 |
fix winclient death signalling
Diffstat (limited to 'src/ToolbarHandler.cc')
-rw-r--r-- | src/ToolbarHandler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolbarHandler.cc b/src/ToolbarHandler.cc index 61949ce..152ed67 100644 --- a/src/ToolbarHandler.cc +++ b/src/ToolbarHandler.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: ToolbarHandler.cc,v 1.20 2003/07/04 01:03:40 rathnor Exp $ | 23 | // $Id: ToolbarHandler.cc,v 1.21 2003/07/04 14:06:20 rathnor Exp $ |
24 | 24 | ||
25 | /** | 25 | /** |
26 | * The ToolbarHandler class acts as a rough interface to the toolbar. | 26 | * The ToolbarHandler class acts as a rough interface to the toolbar. |
@@ -295,7 +295,7 @@ void ToolbarHandler::setupFrame(FluxboxWindow &win) { | |||
295 | } | 295 | } |
296 | } | 296 | } |
297 | 297 | ||
298 | void ToolbarHandler::updateWindowClose(FluxboxWindow &win) { | 298 | void ToolbarHandler::updateFrameClose(FluxboxWindow &win) { |
299 | if (&win.screen() != &m_screen) | 299 | if (&win.screen() != &m_screen) |
300 | return; | 300 | return; |
301 | 301 | ||