r289 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 18 15:55:15 EDT 2007


Author: icculus
Date: 2007-05-18 15:55:14 -0400 (Fri, 18 May 2007)
New Revision: 289

Modified:
   trunk/gui.c
Log:
Log the UI that was selected.


Modified: trunk/gui.c
===================================================================
--- trunk/gui.c	2007-05-18 19:31:21 UTC (rev 288)
+++ trunk/gui.c	2007-05-18 19:55:14 UTC (rev 289)
@@ -66,7 +66,10 @@
         for (i = plugins->next; i != NULL; i = i->next)
         {
             if ( (i->priority == p) && (i->gui->init()) )
+            {
+                logInfo("Selected '%s' UI.", i->gui->name());
                 return i;
+            } // if
         } // for
     } // for
 




More information about the mojosetup-commits mailing list