aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-18 05:28:22 (GMT)
committersimonb <simonb>2006-04-18 05:28:22 (GMT)
commit939ffc7ef1ba358e4f7bf874fe24a0418d40eb41 (patch)
tree705c101eb782297ed7aef7f933afae7d47fdc29c /src/SystemTray.cc
parentb9af026688f0945196582af5773d62f5df3f97f3 (diff)
downloadfluxbox-939ffc7ef1ba358e4f7bf874fe24a0418d40eb41.zip
fluxbox-939ffc7ef1ba358e4f7bf874fe24a0418d40eb41.tar.bz2
fix freeze in systemtray configuring, sf.net bug #1359442
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r--src/SystemTray.cc5
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 }