aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMichel Dänzer <michel@daenzer.net>2013-02-08 19:36:38 +0800
committerMilan Crha <mcrha@redhat.com>2013-02-09 01:26:48 +0800
commiteb9e9279262050117e75547bc5ce200ac92c24fb (patch)
treeb3210c08b0920832face1fce796c0d3731d97a7d /shell
parent1214f942cc9fd61a3caa2a13d00f0c0a46197cb2 (diff)
downloadgsoc2013-evolution-eb9e9279262050117e75547bc5ce200ac92c24fb.tar
gsoc2013-evolution-eb9e9279262050117e75547bc5ce200ac92c24fb.tar.gz
gsoc2013-evolution-eb9e9279262050117e75547bc5ce200ac92c24fb.tar.bz2
gsoc2013-evolution-eb9e9279262050117e75547bc5ce200ac92c24fb.tar.lz
gsoc2013-evolution-eb9e9279262050117e75547bc5ce200ac92c24fb.tar.xz
gsoc2013-evolution-eb9e9279262050117e75547bc5ce200ac92c24fb.tar.zst
gsoc2013-evolution-eb9e9279262050117e75547bc5ce200ac92c24fb.zip
Bug #683867 - Schedule actions with higher idle priority
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-searchbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c
index b62d255ec3..2c762a31ea 100644
--- a/shell/e-shell-searchbar.c
+++ b/shell/e-shell-searchbar.c
@@ -1735,7 +1735,7 @@ e_shell_searchbar_load_state (EShellSearchbar *searchbar)
/* Execute the search when we have time. */
g_object_ref (shell_view);
searchbar->priv->state_dirty = FALSE;
- g_idle_add (idle_execute_search, shell_view);
+ g_idle_add_full (G_PRIORITY_DEFAULT, idle_execute_search, shell_view, NULL);
}
void