Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 19 Aug 2010 09:52:03 +0000 (18:52 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 19 Aug 2010 09:52:03 +0000 (18:52 +0900)
src/modules/ctxpopup_copypasteUI/copypaste.c

index bb4151e..4f38939 100644 (file)
@@ -183,6 +183,11 @@ obj_longpress(Evas_Object *obj)
 EAPI void
 obj_mouseup(Evas_Object *obj)
 {
+
+       if (!obj || !ext_mod) {
+               return;
+       }
+
 /*update*/
        elm_entry_extension_module_data_get(obj,ext_mod);
    if (ext_mod->longpress_timer)