lauromoura pushed a commit to branch master.

http://git.enlightenment.org/tools/examples.git/commit/?id=3aecb39a18ba6d6c76a6fdb0cb2ddebd688b38d4

commit 3aecb39a18ba6d6c76a6fdb0cb2ddebd688b38d4
Author: Lauro Moura <[email protected]>
Date:   Wed Sep 11 17:28:42 2019 -0300

    csharp: Use basic components in core event test
    
    Summary: No need to start elm, as T7770 was fixed.
    
    Reviewers: brunobelo, felipealmeida
    
    Reviewed By: brunobelo
    
    Differential Revision: https://phab.enlightenment.org/D9915
---
 reference/csharp/core/src/core_event.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reference/csharp/core/src/core_event.cs 
b/reference/csharp/core/src/core_event.cs
index 43a5d679..cb500a44 100644
--- a/reference/csharp/core/src/core_event.cs
+++ b/reference/csharp/core/src/core_event.cs
@@ -64,7 +64,7 @@ public class Example : Efl.Csharp.Application
     public static void Main()
     {
         var example = new Example();
-        example.Launch();
+        example.Launch(Efl.Csharp.Components.Basic);
     }
 }
 

-- 


Reply via email to