fix some quicklaunch issues
authorCarsten Haitzler <raster@rasterman.com>
Mon, 14 Sep 2009 04:21:34 +0000 (04:21 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 14 Sep 2009 04:21:34 +0000 (04:21 +0000)
SVN revision: 42481

src/bin/test_anchorblock.c
src/bin/test_anchorview.c
src/bin/test_bg.c
src/bin/test_box.c
src/bin/test_button.c
src/bin/test_carousel.c
src/bin/test_check.c
src/bin/test_clock.c
src/bin/test_entry.c
src/bin/test_fileselector.c

index 38582c9..b6e8dae 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 static void
 my_anchorblock_bt(void *data, Evas_Object *obj, void *event_info)
 {
@@ -224,3 +224,4 @@ test_anchorblock(void *data, Evas_Object *obj, void *event_info)
    elm_object_focus(win);
    evas_object_show(win);
 }
+#endif
index 8186ad5..fe3eff9 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 static void
 my_anchorview_bt(void *data, Evas_Object *obj, void *event_info)
 {
@@ -103,3 +103,4 @@ test_anchorview(void *data, Evas_Object *obj, void *event_info)
    elm_object_focus(win);
    evas_object_show(win);
 }
+#endif
index d8056e6..9335642 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_bg_plain(void *data, Evas_Object *obj, void *event_info)
 {
@@ -52,3 +52,4 @@ test_bg_image(void *data, Evas_Object *obj, void *event_info)
    evas_object_resize(win, 320, 320);
    evas_object_show(win);
 }
+#endif
index dd26a39..012a6be 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_box_vert(void *data, Evas_Object *obj, void *event_info)
 {
@@ -94,3 +94,4 @@ test_box_horiz(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index c3d8349..6027cc2 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_button(void *data, Evas_Object *obj, void *event_info)
 {
@@ -82,3 +82,4 @@ test_button(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index 7914440..d238800 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_carousel(void *data, Evas_Object *obj, void *event_info)
 {
@@ -18,3 +18,4 @@ test_carousel(void *data, Evas_Object *obj, void *event_info)
    evas_object_resize(win, 320, 240);
    evas_object_show(win);
 }
+#endif
index 345b175..63fc163 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_check(void *data, Evas_Object *obj, void *event_info)
 {
@@ -77,3 +77,4 @@ test_check(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index b187051..9364bb5 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_clock(void *data, Evas_Object *obj, void *event_info)
 {
@@ -49,3 +49,4 @@ test_clock(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index 0095bdc..e149894 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 static void
 my_entry_bt_1(void *data, Evas_Object *obj, void *event_info)
 {
@@ -304,3 +304,4 @@ test_entry_scrolled(void *data, Evas_Object *obj, void *event_info)
    elm_object_focus(win);
    evas_object_show(win);
 }
+#endif
index cb9c4c7..4b37b84 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 static void
 my_fileselector_done(void *data, Evas_Object *obj, void *event_info)
 {
@@ -107,3 +107,4 @@ test_fileselector(void *data, Evas_Object *obj, void *event_info)
    evas_object_resize(win, 240, 350);
    evas_object_show(win);
 }
+#endif