GNOME Bugzilla – Bug 622247
Refactored code to use CleanRoomStartup
Last modified: 2010-06-22 07:17:57 UTC
Refactored out code in the Main method into a Startup method that is called by the CleanRoomStartup.
Created attachment 164183 [details] [review] Patch for CleanRoomStartup
Created attachment 164187 [details] [review] fixed a conditional
Review of attachment 164187 [details] [review]: Patch looks good, merging. I opened the related bug 622352. Thanks a lot, I really appreciate cleanup patches! ::: src/main.cs @@ +135,3 @@ args = FixArgs (args); + ApplicationContext.TrySetProcessName (Defines.PACKAGE); Good catch!