Fix build where the applet is not supported

This commit is contained in:
Pierre Pronchery 2016-03-02 01:40:21 +01:00
parent 03b07477f8
commit 6d90a5f5a0

View File

@ -188,7 +188,7 @@ static gboolean _swap_on_timeout(gpointer data)
Swap * swap = data;
/* FIXME not supported */
swap->source = 0;
swap->timeout = 0;
return FALSE;
#endif
}