Minor cleanup

The GtkStatusIcon::size-changed signal expects a boolean return.
This commit is contained in:
Matthias Clasen 2016-03-05 12:11:05 -05:00
parent 8a62a36d2e
commit 213108b64f

View File

@ -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