diff options
author | rathnor <rathnor> | 2004-05-04 14:33:38 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-05-04 14:33:38 (GMT) |
commit | d95fcc2dbba7fdf3884452bd69c352c87ae1e57b (patch) | |
tree | b232dbadf1898049ee0fdd9cedbb00852c44d29c /src/IconButton.cc | |
parent | e127dabae691ee567aaedb84a2d7456c72991978 (diff) | |
download | fluxbox-d95fcc2dbba7fdf3884452bd69c352c87ae1e57b.zip fluxbox-d95fcc2dbba7fdf3884452bd69c352c87ae1e57b.tar.bz2 |
Event Manager fixes/review
Diffstat (limited to 'src/IconButton.cc')
-rw-r--r-- | src/IconButton.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc index c572604..6f0b0b7 100644 --- a/src/IconButton.cc +++ b/src/IconButton.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: IconButton.cc,v 1.19 2004/05/02 20:46:19 fluxgen Exp $ | 23 | // $Id: IconButton.cc,v 1.20 2004/05/04 14:33:37 rathnor Exp $ |
24 | 24 | ||
25 | #include "IconButton.hh" | 25 | #include "IconButton.hh" |
26 | 26 | ||
@@ -112,7 +112,7 @@ IconButton::IconButton(const FbTk::FbWindow &parent, const FbTk::Font &font, | |||
112 | } | 112 | } |
113 | 113 | ||
114 | IconButton::~IconButton() { | 114 | IconButton::~IconButton() { |
115 | 115 | // ~FbWindow cleans event manager | |
116 | } | 116 | } |
117 | 117 | ||
118 | 118 | ||