~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do/src/Do.cs

  • Committer: Hardeep S
  • Date: 2009-06-23 20:13:50 UTC
  • Revision ID: ootz0rz@gmail.com-20090623201350-pxjo5vt6yyt1xz3i
remove the need for GConf

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                        if (Preferences.Debug)
65
65
                                Log.DisplayLevel = LogLevel.Debug;
66
66
 
 
67
                        /*
67
68
                        try {
68
69
                                Util.SetProcessName ("gnome-do");
69
70
                        } catch (Exception e) {
70
71
                                Log.Error ("Failed to set process name: {0}", e.Message);
71
72
                        }
 
73
                        */
72
74
                        
73
75
                        Controller.Initialize ();
74
76
                        UniverseManager.Initialize ();