summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 1e9db324..fe575034 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -21,14 +21,14 @@ static int test = 0;
} \
}
-void error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
+void rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );
}
int show_error_message ( const char *msg, int markup )
{
- error_dialog ( msg, markup );
+ rofi_view_error_dialog ( msg, markup );
return 0;
}
#include <x11-helper.h>