Don't enable GoogleView and pass on gtkmozembed failure for systems that don't have Gnome.

svn: r9729
This commit is contained in:
Brian Matherly
2008-01-06 21:32:53 +00:00
parent 706b9df7d8
commit 4be9fbe097
4 changed files with 13 additions and 3 deletions

View File

@@ -63,7 +63,10 @@ import Errors
#import cPickle as pickle
#import Config
#from QuestionDialog import RunDatabaseRepair, ErrorDialog
import gtkmozembed
try:
import gtkmozembed
except:
pass
import urlparse

View File

@@ -58,7 +58,7 @@ except:
#MapView,
RepositoryView,
NoteView,
GoogleView,
#GoogleView,
]
def get_views():