[Xfce4-commits] [apps/xfdashboard] 01/01: Disable delayed search by default
noreply at xfce.org
noreply at xfce.org
Fri May 22 08:26:54 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 35c473674dc834858e9aca9f08898c5106924bc4
Author: Stephan Haller <nomad at froevel.de>
Date: Fri May 22 08:26:40 2015 +0200
Disable delayed search by default
---
settings/settings.c | 2 +-
xfdashboard/search-view.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/settings/settings.c b/settings/settings.c
index bebb6c7..13e4ab0 100644
--- a/settings/settings.c
+++ b/settings/settings.c
@@ -72,7 +72,7 @@ struct _XfdashboardSettingsPrivate
#define XFDASHBOARD_THEME_SUBPATH "xfdashboard-1.0"
#define XFDASHBOARD_THEME_FILE "xfdashboard.theme"
#define XFDASHBOARD_THEME_GROUP "Xfdashboard Theme"
-#define DEFAULT_DELAY_SEARCH_TIMEOUT 250
+#define DEFAULT_DELAY_SEARCH_TIMEOUT 0
#define DEFAULT_NOTIFICATION_TIMEOUT 3000
#define DEFAULT_RESET_SEARCH_ON_RESUME TRUE
#define DEFAULT_SWITCH_VIEW_ON_RESUME NULL
diff --git a/xfdashboard/search-view.c b/xfdashboard/search-view.c
index 8d423fe..6572b08 100644
--- a/xfdashboard/search-view.c
+++ b/xfdashboard/search-view.c
@@ -88,7 +88,7 @@ static guint XfdashboardSearchViewSignals[SIGNAL_LAST]={ 0, };
/* IMPLEMENTATION: Private variables and methods */
#define DELAY_SEARCH_TIMEOUT_XFCONF_PROP "/components/search-view/delay-search-timeout"
-#define DEFAULT_DELAY_SEARCH_TIMEOUT 250
+#define DEFAULT_DELAY_SEARCH_TIMEOUT 0
struct _XfdashboardSearchViewProviderData
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list