From 5a86ae5c99d988511e31d20f08839a47a2141cc5 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 8 Feb 2016 09:03:11 +0100 Subject: Cleanups --- test/helper-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/helper-test.c') 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 -- cgit v1.2.3