aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/test-service/rdf-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/test-service/rdf-summary.c')
-rw-r--r--executive-summary/test-service/rdf-summary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/executive-summary/test-service/rdf-summary.c b/executive-summary/test-service/rdf-summary.c
index 6bc3768335..b99d939c11 100644
--- a/executive-summary/test-service/rdf-summary.c
+++ b/executive-summary/test-service/rdf-summary.c
@@ -785,8 +785,8 @@ property_control (BonoboPropertyControl *property_control,
label = gtk_label_new (_("Update every "));
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
- summary->adjustment = gtk_adjustment_new (summary->time / 1000 / 60,
- 0.0, 1000.0, 1.0, 10.0, 1.0);
+ summary->adjustment = GTK_ADJUSTMENT(gtk_adjustment_new (summary->time / 1000 / 60,
+ 0.0, 1000.0, 1.0, 10.0, 1.0));
spinner = gtk_spin_button_new (summary->adjustment, 1.0, 0);
gtk_box_pack_start (GTK_BOX (hbox), spinner, FALSE, FALSE, 0);