diff options
Diffstat (limited to 'e-util/e-proxy-preferences.c')
-rw-r--r-- | e-util/e-proxy-preferences.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-proxy-preferences.c b/e-util/e-proxy-preferences.c index 57c3d328b8..12dd2cc26c 100644 --- a/e-util/e-proxy-preferences.c +++ b/e-util/e-proxy-preferences.c @@ -105,7 +105,7 @@ proxy_preferences_commit_stash (EProxyPreferences *preferences, if (start_timeout) { preferences->priv->commit_timeout_id = - g_timeout_add_seconds ( + e_named_timeout_add_seconds ( COMMIT_DELAY_SECS, proxy_preferences_commit_timeout_cb, preferences); |