The elm_toolbar_iteams_count have to return only the number of manually added items.
[framework/uifw/elementary.git] / src / examples / image_example_01.c
index c6b1665..c61f76c 100644 (file)
@@ -1,8 +1,7 @@
 //Compile with:
-//gcc -g `pkg-config --cflags --libs elementary` image_example_01.c -o image_example_01
+//gcc -g image_example_01.c -o image_example_01 `pkg-config --cflags --libs elementary`
 
 #include <Elementary.h>
-#define DATA_DIR "."
 
 int
 elm_main(int argc, char **argv)