[main] Fix compiler error on Linux

This commit is contained in:
Hylke Bons 2010-12-22 16:18:20 +01:00
parent e3b324e3c8
commit 924390faff
2 changed files with 2 additions and 6 deletions

View file

@ -28,10 +28,6 @@ namespace SparkleShare {
public readonly string LocalPath;
private WebView WebView;
private NSButton CloseButton;
private NSButton OpenFolderButton;
private NSImage SideSplash;
public SparkleWindow () : base ()

View file

@ -89,11 +89,11 @@ namespace SparkleShare {
case PlatformID.Unix:
SetProcessName ("sparkleshare");
//Controller = new SparkleLinController ();
Controller = new SparkleLinController ();
break;
case PlatformID.MacOSX:
Controller = new SparkleMacController ();
//Controller = new SparkleMacController ();
break;
case PlatformID.Win32NT: