summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-06-07 08:45:46 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-06-07 08:45:46 +0000
commite698758abbf1da8049e8188b7977a620633e8d29 (patch)
tree38a488e7f1f30dd21d4b9a0cfe98517b8713e4f7 /ElmSharp/ElmSharp
parentbedd9151ba5e62993336a9c9e117101e0c93c8e3 (diff)
parent29e0c0931d703109ddbe45d976dfc4c4d9972108 (diff)
downloadelm-sharp-e698758abbf1da8049e8188b7977a620633e8d29.tar.gz
elm-sharp-e698758abbf1da8049e8188b7977a620633e8d29.tar.bz2
elm-sharp-e698758abbf1da8049e8188b7977a620633e8d29.zip
Merge "Fix ToolBar.InsertBefore" into tizen
Diffstat (limited to 'ElmSharp/ElmSharp')
-rw-r--r--[-rwxr-xr-x]ElmSharp/ElmSharp/Toolbar.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/Toolbar.cs b/ElmSharp/ElmSharp/Toolbar.cs
index 63ebd93..b53e693 100755..100644
--- a/ElmSharp/ElmSharp/Toolbar.cs
+++ b/ElmSharp/ElmSharp/Toolbar.cs
@@ -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>