[gnome-calculator] search-provider: increase default timeout
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] search-provider: increase default timeout
- Date: Thu, 9 Oct 2014 02:02:59 +0000 (UTC)
commit 9fafc912da6173368e36e17ed1bd30ebcd97fdfe
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Wed Oct 8 20:57:24 2014 -0500
search-provider: increase default timeout
https://bugzilla.gnome.org/show_bug.cgi?id=736449
search-provider/search-provider.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/search-provider/search-provider.vala b/search-provider/search-provider.vala
index d88afca..4ba610e 100644
--- a/search-provider/search-provider.vala
+++ b/search-provider/search-provider.vala
@@ -127,7 +127,7 @@ public class SearchProviderApp : Application
{
Object (application_id: "org.gnome.Calculator.SearchProvider",
flags: ApplicationFlags.IS_SERVICE,
- inactivity_timeout: 10000);
+ inactivity_timeout: 60000);
}
public override bool dbus_register (DBusConnection connection, string object_path)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]