diff options
author | Ted Gould <ted@gould.cx> | 2010-01-13 08:33:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-13 08:33:21 -0600 |
commit | 5898ca0cf3754ee733ba670feedf5046e921c6e7 (patch) | |
tree | 418216852828ab7eb6259f3cb961b5c71a147635 /tests/test-libappindicator-fallback-item.c | |
parent | 5739297b7d0a67be588044a4be2163fb5cafbb78 (diff) | |
download | ayatana-indicator-application-5898ca0cf3754ee733ba670feedf5046e921c6e7.tar.gz ayatana-indicator-application-5898ca0cf3754ee733ba670feedf5046e921c6e7.tar.bz2 ayatana-indicator-application-5898ca0cf3754ee733ba670feedf5046e921c6e7.zip |
Making sure to return a value so that unfallback gets called.
Diffstat (limited to 'tests/test-libappindicator-fallback-item.c')
-rw-r--r-- | tests/test-libappindicator-fallback-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |