change prototype of eyes_applet_fill
Change to void, nothing cares about the result. Signed-off-by: Olaf Hering <olaf@aepfle.de>
This commit is contained in:
parent
0d7ee3f4d0
commit
0477d67465
1 changed files with 1 additions and 3 deletions
|
|
@ -285,7 +285,7 @@ setup_eyes (EyesPlugin *eyes)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static gboolean
|
static void
|
||||||
eyes_applet_fill (EyesPlugin *eyes)
|
eyes_applet_fill (EyesPlugin *eyes)
|
||||||
{
|
{
|
||||||
gtk_widget_show_all (GTK_WIDGET (eyes->align));
|
gtk_widget_show_all (GTK_WIDGET (eyes->align));
|
||||||
|
|
@ -294,8 +294,6 @@ eyes_applet_fill (EyesPlugin *eyes)
|
||||||
{
|
{
|
||||||
eyes->timeout_id = g_timeout_add (UPDATE_TIMEOUT, timer_cb, eyes);
|
eyes->timeout_id = g_timeout_add (UPDATE_TIMEOUT, timer_cb, eyes);
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue