--- trunk/src/settings.c 2009/09/21 13:15:25 122 +++ trunk/src/settings.c 2009/09/29 14:30:16 129 @@ -622,6 +622,7 @@ appdata->cachelist_disable_screensaver); gtk_table_attach(GTK_TABLE(table), cbox_cachelist_dss, 0, 2, 2, 3, GTK_FILL, 0, 2, 0); +#endif GtkWidget *cbox_update = gtk_check_button_new_with_label(_("Update every 30 sec")); @@ -629,7 +630,6 @@ appdata->cachelist_update); gtk_table_attach(GTK_TABLE(table), cbox_update, 0, 2, 3, 4, GTK_FILL, 0, 2, 0); -#endif gtk_notebook_append_page(GTK_NOTEBOOK(notebook), table, gtk_label_new(_("Cache list"))); @@ -703,9 +703,9 @@ GTK_TOGGLE_BUTTON(cbox_goto_dss)); appdata->cachelist_disable_screensaver = gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON(cbox_cachelist_dss)); +#endif appdata->cachelist_update = gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON(cbox_update)); -#endif /* build some additional flags that are used to decide whether a */ /* redraw is necessary */