summaryrefslogtreecommitdiff
path: root/SparkleShare/Linux/SparkleUI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SparkleShare/Linux/SparkleUI.cs')
-rw-r--r--SparkleShare/Linux/SparkleUI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SparkleShare/Linux/SparkleUI.cs b/SparkleShare/Linux/SparkleUI.cs
index 4c5b27b..4bcc037 100644
--- a/SparkleShare/Linux/SparkleUI.cs
+++ b/SparkleShare/Linux/SparkleUI.cs
@@ -61,7 +61,7 @@ namespace SparkleShare {
public void Run ()
{
- (this.application as GLib.Application).Run (null, null);
+ (this.application as GLib.Application).Run (0, null);
}