summaryrefslogtreecommitdiff
path: root/plugins/thunar-uca/thunar-uca-model.c
diff options
context:
space:
mode:
authorYongha Hwang <mshrimp@sogang.ac.kr>2022-02-23 20:21:44 +0000
committerAlexander Schwinn <alexxcons@xfce.org>2022-02-23 20:21:44 +0000
commitda2a16874d4548dfada0c1da3b81bfa71aaf85c0 (patch)
treee4eb7dbe9d680bde1f538f3431ba59995bfb42d0 /plugins/thunar-uca/thunar-uca-model.c
parent19894a7615fbd743e942a4d13d3a403e63f1ea8f (diff)
downloadthunar-da2a16874d4548dfada0c1da3b81bfa71aaf85c0.tar.gz
Replace exo- functions with xfce-string
Related: exo#82, libxfce4util!24
Diffstat (limited to 'plugins/thunar-uca/thunar-uca-model.c')
-rw-r--r--plugins/thunar-uca/thunar-uca-model.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/thunar-uca/thunar-uca-model.c b/plugins/thunar-uca/thunar-uca-model.c
index 69091ebb..80dde184 100644
--- a/plugins/thunar-uca/thunar-uca-model.c
+++ b/plugins/thunar-uca/thunar-uca-model.c
@@ -49,8 +49,6 @@
#include <gtk/gtk.h>
-#include <exo/exo.h>
-
#include <libxfce4util/libxfce4util.h>
#include <thunar-uca/thunar-uca-model.h>
@@ -877,7 +875,7 @@ end_element_handler (GMarkupParseContext *context,
0, 0);
/* check if a new id should've been generated */
- if (exo_str_is_empty (parser->unique_id->str))
+ if (xfce_str_is_empty (parser->unique_id->str))
parser->unique_id_generated = TRUE;
}
else