Droping device support component; it isn't being used yet. Also hiding SIP button

git-svn-id: svn://10.0.0.236/trunk@181160 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%meer.net
2005-09-28 17:56:07 +00:00
parent 16f07cfd9d
commit d6a9136de3
4 changed files with 12 additions and 7 deletions

View File

@@ -47,8 +47,10 @@
// Global variables
const static char* start_url = "chrome://minimo/content/minimo.xul";
//const static char* start_url = "http://www.meer.net/~dougt/test.html";
//const static char* start_url = "resource://gre/res/start.html";
//const static char* start_url = "resource://gre/res/1.html";
static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
static NS_DEFINE_CID(kAppShellCID, NS_APPSHELL_CID);
@@ -85,7 +87,6 @@ ApplicationObserver::ApplicationObserver(nsIAppShell* aAppShell)
os->AddObserver(this, "xul-window-visible", PR_FALSE);
os->AddObserver(this, "xpcom-loader", PR_FALSE);
}
ApplicationObserver::~ApplicationObserver()