forked from AuroraMiddleware/gtk
Minor cleanup
The GtkStatusIcon::size-changed signal expects a boolean return.
This commit is contained in:
parent
8a62a36d2e
commit
213108b64f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user