fix prevent bug(same on both side)
authorjungmin76.park <jungmin76.park@samsung.com>
Wed, 3 Apr 2013 13:00:22 +0000 (22:00 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Wed, 3 Apr 2013 13:00:22 +0000 (22:00 +0900)
Change-Id: I388565ee7b74eb91683e7e3634eb7a7a8eecbfd7
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
CMakeLists.txt
packaging/osp-appwidget-service.spec
src/FShell_AppWidgetContextBase.cpp

index e1587e1..d0bf6ef 100644 (file)
@@ -55,7 +55,7 @@ ADD_EXECUTABLE (${this_target} ${${this_target}_SOURCE_FILES})
 
 TARGET_LINK_LIBRARIES(${this_target} -Xlinker --no-undefined -Xlinker --as-needed -pie)
 TARGET_LINK_LIBRARIES(${this_target} -Xlinker --version-script=${CMAKE_CURRENT_SOURCE_DIR}/system-service-export.ver)
-TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib/osp -losp-appfw -lchromium -lprovider -losp-shell -lbundle")
+TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib/osp -losp-appfw -lchromium -lprovider -losp-shell")
 TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib/osp-server -losp-appfw-server")
 
 
index 141c076..6769ca1 100644 (file)
@@ -9,7 +9,6 @@ BuildRequires:  cmake
 BuildRequires:  pkgconfig(chromium)
 BuildRequires:  pkgconfig(capi-appfw-application)
 BuildRequires:  pkgconfig(aul)
-BuildRequires:  pkgconfig(bundle)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(provider)
 BuildRequires:  pkgconfig(osp-appfw)
index 0e6aa77..92c0508 100644 (file)
@@ -134,7 +134,7 @@ _AppWidgetContextBase::HasValidClientId(void) const
 bool
 _AppWidgetContextBase::IsSharedMemCreated(void) const
 {
-       return ( __buffer_info && __buffer_info);
+       return ( __buffer_info && __buffer);
 }
 
 int