Mercurial > projects > pk-update-icon
comparison pkui-backend.c @ 27:ed1457a4e2c8
increase default startup-delay to 5 min (bnc#729230)
author | Guido Berhoerster <gber@opensuse.org> |
---|---|
date | Tue, 15 Nov 2011 11:58:17 +0100 |
parents | a8d8fba520ec |
children | f549b75c3c22 |
comparison
equal
deleted
inserted
replaced
26:a8d8fba520ec | 27:ed1457a4e2c8 |
---|---|
189 g_object_class_install_property(gobject_class, PROP_UPDATES_IMPORTANT, | 189 g_object_class_install_property(gobject_class, PROP_UPDATES_IMPORTANT, |
190 pspec); | 190 pspec); |
191 | 191 |
192 pspec = g_param_spec_uint("startup-delay", "Startup delay", | 192 pspec = g_param_spec_uint("startup-delay", "Startup delay", |
193 "Initial delay in seconds before the first check for new package " | 193 "Initial delay in seconds before the first check for new package " |
194 "updates", 0, G_MAXUINT, 60, | 194 "updates", 0, G_MAXUINT, 300, |
195 G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY); | 195 G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY); |
196 g_object_class_install_property(gobject_class, PROP_STARTUP_DELAY, | 196 g_object_class_install_property(gobject_class, PROP_STARTUP_DELAY, |
197 pspec); | 197 pspec); |
198 | 198 |
199 pspec = g_param_spec_uint("check-interval", "Check interval", | 199 pspec = g_param_spec_uint("check-interval", "Check interval", |