Fix ToolBar.InsertBefore 06/131906/1
authorSeungkeun Lee <sngn.lee@samsung.com>
Wed, 31 May 2017 06:49:05 +0000 (15:49 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Wed, 31 May 2017 06:49:05 +0000 (15:49 +0900)
 - remove recursive call

TASK=TCAPI-2335

Change-Id: I1153770c18a8caad52d968ab60bd748ffcfd897e

ElmSharp/ElmSharp/Toolbar.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 63ebd93..b53e693
@@ -285,7 +285,7 @@ namespace ElmSharp
         /// <seealso cref="InsertBefore(ToolbarItem, string, string)"/>
         public ToolbarItem InsertBefore(ToolbarItem before, string label)
         {
-            return InsertBefore(before, label);
+            return InsertBefore(before, label, string.Empty);
         }
 
         /// <summary>