Fixed Nabi Issues
[apps/osp/Internet.git] / src / IntAddBookmarkForm.cpp
index d9592b5..cb8a31e 100644 (file)
@@ -42,7 +42,7 @@ using namespace Tizen::Ui;
 using namespace Tizen::Ui::Controls;
 using namespace Tizen::Ui::Scenes;
 
-static const int LIST_ITEM_HEIGHT = 112;
+static const int LIST_ITEM_HEIGHT = 124;
 static const int H_ITEM_HEIGHT = 112;
 static const int H_TITLE_ITEM_HEIGHT = 150;
 static const wchar_t* IDB_LIST_LEFT_SIDE = L"ListLeftSide.png";
@@ -315,7 +315,7 @@ AddBookmarkForm::OnActionPerformed(const Control& source, int actionId)
                                }
 
 
-                               if ( exist == true)
+                               if ( exist == true && !(urlWithSlash.CompareTo(tempUrl) == 0 || urlWithoutSlash.CompareTo(tempUrl) == 0 ))
                                {
                                        String msg = CommonUtil::GetString(L"IDS_BR_POP_ALREADY_EXISTS");
                                        CreateMessage(msg);