[log] refocus when opening log that is already displayed

This commit is contained in:
Hylke Bons 2011-02-07 14:58:45 +00:00
parent e6e0e3608f
commit db91cd73c1

View file

@ -293,7 +293,7 @@ namespace SparkleShare {
} else {
InvokeOnMainThread (delegate {
log.OrderFront (this);
log.OrderFrontRegardless ();
});
}