diff --git a/SparkleShare/SparkleBubbles.cs b/SparkleShare/SparkleBubbles.cs index 8b29622b..e481c566 100755 --- a/SparkleShare/SparkleBubbles.cs +++ b/SparkleShare/SparkleBubbles.cs @@ -41,6 +41,18 @@ namespace SparkleShare { else notification.IconName = "folder-sparkleshare"; + notification.Closed += delegate { + Application.Invoke (delegate { + if (SparkleUI.EventLog == null) + SparkleUI.EventLog = new SparkleEventLog (); + + SparkleUI.EventLog.Controller.SelectedFolder = null; + + SparkleUI.EventLog.ShowAll (); + SparkleUI.EventLog.Present (); + }); + }; + notification.Show (); } catch (Exception) { diff --git a/SparkleShare/SparkleShare.csproj b/SparkleShare/SparkleShare.csproj old mode 100755 new mode 100644 index 74a4e64c..dca42164 --- a/SparkleShare/SparkleShare.csproj +++ b/SparkleShare/SparkleShare.csproj @@ -9,7 +9,6 @@ SparkleShare 2.0 SparkleShare - v3.5 true @@ -37,6 +36,9 @@ + + False +