stop using deprecated calls.
[framework/uifw/elementary.git] / src / examples / fileselector_button_example.c
index f9be84a..a76cede 100644 (file)
@@ -33,7 +33,7 @@ _file_chosen(void            *data,
    const char *file = event_info;
    if (file)
      {
-        elm_entry_entry_set(entry, file);
+        elm_object_text_set(entry, file);
         printf("File chosen: %s\n", file);
      }
    else