conduit r1705 - in trunk: . conduit/gtkui



Author: jstowers
Date: Fri Aug 29 23:41:14 2008
New Revision: 1705
URL: http://svn.gnome.org/viewvc/conduit?rev=1705&view=rev

Log:
	* conduit/gtkui/UI.py: I think I only need to call the gnome.ui auth
	manager stuff for gnomevfs.
	* conduit/platform/Makefile.am: Add file implementations to dist


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/conduit/gtkui/UI.py

Modified: trunk/conduit/gtkui/UI.py
==============================================================================
--- trunk/conduit/gtkui/UI.py	(original)
+++ trunk/conduit/gtkui/UI.py	Fri Aug 29 23:41:14 2008
@@ -9,7 +9,6 @@
 import thread
 import gobject
 import gtk, gtk.glade
-import gnome.ui
 import os.path
 import gettext
 import threading
@@ -78,7 +77,9 @@
         Constructs the mainwindow. Throws up a splash screen to cover 
         the most time consuming pieces
         """
-        gnome.ui.authentication_manager_init()        
+        if conduit.FILE_IMPL == "GnomeVfs":
+            import gnome.ui
+            gnome.ui.authentication_manager_init()        
 
         #add some additional dirs to the icon theme search path so that
         #modules can provider their own icons



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]