[gnome-calculator/gnome-3-14: 7/19] search-provider: increase default timeout
- From: Arth Patel <arthpatel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator/gnome-3-14: 7/19] search-provider: increase default timeout
- Date: Sat, 25 Oct 2014 19:43:50 +0000 (UTC)
commit b2ae63718b623f619f8e119feecd471e2a583dca
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]