summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/teststatusicon.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c
index c98c36115c..d9506f1af7 100755
--- a/tests/teststatusicon.c
+++ b/tests/teststatusicon.c
@@ -33,11 +33,13 @@ static TestStatus status = TEST_STATUS_INFO;
static gint timeout = 0;
static GSList *icons = NULL;
-static void
+static gboolean
size_changed_cb (GtkStatusIcon *icon,
int size)
{
g_print ("status icon %p size-changed size = %d\n", icon, size);
+
+ return FALSE;
}
static void