Update SparkleShare/SparkleAbout.cs

This commit is contained in:
Hylke Bons 2012-03-03 01:38:29 +00:00
parent 1ca7da2707
commit 355c8084f6

View file

@ -63,6 +63,8 @@ namespace SparkleShare {
buf.RenderPixmapAndMask (out map, out map2, 255);
GdkWindow.SetBackPixmap (map, false);
CreateAbout ();
Controller.HideWindowEvent += delegate {
Application.Invoke (delegate {
@ -103,9 +105,6 @@ namespace SparkleShare {
this.updates.ShowAll ();
});
};
CreateAbout ();
}