diff options
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 | ||