From 5898ca0cf3754ee733ba670feedf5046e921c6e7 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 13 Jan 2010 08:33:21 -0600 Subject: Making sure to return a value so that unfallback gets called. --- tests/test-libappindicator-fallback-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-libappindicator-fallback-item.c b/tests/test-libappindicator-fallback-item.c index 38fdeea..1ff70c8 100644 --- a/tests/test-libappindicator-fallback-item.c +++ b/tests/test-libappindicator-fallback-item.c @@ -74,7 +74,7 @@ fallback (AppIndicator * indicator) g_debug("Error, fallback in state: %d", state); passed = FALSE; } - return NULL; + return (GtkStatusIcon *)5; } static void -- cgit v1.2.3