aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-content.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2009-12-23 17:08:16 +0800
committerSrinivasa Ragavan <sragavan@gnome.org>2009-12-23 17:13:00 +0800
commit05c11c2cee07576e60963aa91ede71a6ecb6bea2 (patch)
tree691c0acb8a44b1cdbc93f6263587c5c5b861b475 /shell/e-shell-content.c
parentb687d95facc104af1e7f03beaf27cb36f402b625 (diff)
downloadgsoc2013-evolution-05c11c2cee07576e60963aa91ede71a6ecb6bea2.tar
gsoc2013-evolution-05c11c2cee07576e60963aa91ede71a6ecb6bea2.tar.gz
gsoc2013-evolution-05c11c2cee07576e60963aa91ede71a6ecb6bea2.tar.bz2
gsoc2013-evolution-05c11c2cee07576e60963aa91ede71a6ecb6bea2.tar.lz
gsoc2013-evolution-05c11c2cee07576e60963aa91ede71a6ecb6bea2.tar.xz
gsoc2013-evolution-05c11c2cee07576e60963aa91ede71a6ecb6bea2.tar.zst
gsoc2013-evolution-05c11c2cee07576e60963aa91ede71a6ecb6bea2.zip
Provison to hide search label for Anjal's use.
Diffstat (limited to 'shell/e-shell-content.c')
-rw-r--r--shell/e-shell-content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c
index 61490fd8d5..799df0d4fe 100644
--- a/shell/e-shell-content.c
+++ b/shell/e-shell-content.c
@@ -260,7 +260,7 @@ shell_content_forall (GtkContainer *container,
priv = E_SHELL_CONTENT_GET_PRIVATE (container);
- if (include_internals && priv->searchbar != NULL && container == priv->searchbar->parent)
+ if (include_internals && priv->searchbar != NULL && container == (GtkContainer *)priv->searchbar->parent)
callback (priv->searchbar, callback_data);
/* Chain up to parent's forall() method. */