conduit r1667 - in trunk: . conduit



Author: jstowers
Date: Fri Aug 22 01:02:22 2008
New Revision: 1667
URL: http://svn.gnome.org/viewvc/conduit?rev=1667&view=rev

Log:
	* conduit/Settings.py: No splash by default. Fixes #547615


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

Modified: trunk/conduit/Settings.py
==============================================================================
--- trunk/conduit/Settings.py	(original)
+++ trunk/conduit/Settings.py	Fri Aug 22 01:02:22 2008
@@ -62,7 +62,7 @@
 
     #Default values for conduit settings
     DEFAULTS = {
-        'show_splashscreen'         :   True,           #The splashscreen can be quite useful on slow computers
+        'show_splashscreen'         :   False,          #The splashscreen can be quite useful on slow computers
         'show_dp_description'       :   False,          #Should the treeview show the dataprovider description
         'show_status_icon'          :   True,           #Show an icon in the notification area indicating if a sync is running
         'save_on_exit'              :   True,           #Is the sync set saved on exit automatically?



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