[Unison-hackers] [unison-svn] r551 - trunk/src

bcpierce at seas.upenn.edu bcpierce at seas.upenn.edu
Wed Dec 2 16:26:19 EST 2015


Author: bcpierce
Date: 2015-12-02 16:26:19 -0500 (Wed, 02 Dec 2015)
New Revision: 551

Modified:
   trunk/src/RECENTNEWS
   trunk/src/mkProjectInfo.ml
   trunk/src/uigtk2.ml
Log:
* Small fix to gtk2 UI per suggestion from Daniel Reichelt, to scan
  profiles before main window is created. (second try)



Modified: trunk/src/RECENTNEWS
===================================================================
--- trunk/src/RECENTNEWS	2015-12-01 20:49:45 UTC (rev 550)
+++ trunk/src/RECENTNEWS	2015-12-02 21:26:19 UTC (rev 551)
@@ -1,3 +1,10 @@
+CHANGES FROM VERSION 2.49.7
+
+* Small fix to gtk2 UI per suggestion from Daniel Reichelt, to scan
+  profiles before main window is created. (second try)
+
+
+-------------------------------
 CHANGES FROM VERSION 2.49.6
 
 * Small fix to gtk2 UI per suggestion from Daniel Reichelt, to scan

Modified: trunk/src/mkProjectInfo.ml
===================================================================
--- trunk/src/mkProjectInfo.ml	2015-12-01 20:49:45 UTC (rev 550)
+++ trunk/src/mkProjectInfo.ml	2015-12-02 21:26:19 UTC (rev 551)
@@ -108,3 +108,4 @@
 
 
 
+

Modified: trunk/src/uigtk2.ml
===================================================================
--- trunk/src/uigtk2.ml	2015-12-01 20:49:45 UTC (rev 550)
+++ trunk/src/uigtk2.ml	2015-12-02 21:26:19 UTC (rev 551)
@@ -4265,6 +4265,8 @@
     in
     ignore_result (tick ());
 
+    Os.createUnisonDir();
+    scanProfiles();
     let detectCmd = createToplevelWindow() in
 
     Uicommon.uiInit
@@ -4275,7 +4277,6 @@
       getFirstRoot
       getSecondRoot
       termInteract;
-    scanProfiles();
     detectCmd ();
 
     (* Display the ui *)



More information about the Unison-hackers mailing list