summaryrefslogtreecommitdiff
path: root/icon_src/script_handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'icon_src/script_handler.c')
-rw-r--r--icon_src/script_handler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/icon_src/script_handler.c b/icon_src/script_handler.c
index 0812427..10b2248 100644
--- a/icon_src/script_handler.c
+++ b/icon_src/script_handler.c
@@ -15,6 +15,7 @@
#include <dlog.h>
#include <widget_errno.h>
+#include <widget_util.h>
#include "debug.h"
#include "util.h"
@@ -1427,7 +1428,7 @@ HAPI int script_handler_parse_desc(Evas_Object *edje, const char *descfile)
return WIDGET_ERROR_NONE;
errout:
- ErrPrint("Parse error at %d file %s\n", lineno, util_basename(descfile));
+ ErrPrint("Parse error at %d file %s\n", lineno, widget_util_basename(descfile));
if (block) {
delete_block(block);
}