diff options
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r-- | src/SystemTray.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 1cab673..e9adeae 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc | |||
@@ -359,9 +359,10 @@ void SystemTray::handleEvent(XEvent &event) { | |||
359 | 359 | ||
360 | // this was why gaim wasn't centring the icon | 360 | // this was why gaim wasn't centring the icon |
361 | (*it)->sendConfigureNotify(0, 0, (*it)->width(), (*it)->height()); | 361 | (*it)->sendConfigureNotify(0, 0, (*it)->width(), (*it)->height()); |
362 | // so toolbar know that we changed size | ||
363 | // done inside this loop, because otherwise we can get into nasty looping | ||
364 | resizeSig().notify(); | ||
362 | } | 365 | } |
363 | // so toolbar know that we changed size | ||
364 | resizeSig().notify(); | ||
365 | } | 366 | } |
366 | 367 | ||
367 | } | 368 | } |