aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-spinner.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-05-22 19:37:09 +0800
committerSrinivasa Ragavan <sragavan@novell.com>2009-05-22 20:13:57 +0800
commitff25805086bbd20226e4684f028912bdb29f0ae1 (patch)
treed653c21f6a4bb9d5799b0e16ee27bc6538c9f13c /widgets/misc/e-spinner.c
parent9b0e9dc0aeffd627ce2bdea049cc7c47bb7418f0 (diff)
downloadgsoc2013-evolution-ff25805086bbd20226e4684f028912bdb29f0ae1.tar
gsoc2013-evolution-ff25805086bbd20226e4684f028912bdb29f0ae1.tar.gz
gsoc2013-evolution-ff25805086bbd20226e4684f028912bdb29f0ae1.tar.bz2
gsoc2013-evolution-ff25805086bbd20226e4684f028912bdb29f0ae1.tar.lz
gsoc2013-evolution-ff25805086bbd20226e4684f028912bdb29f0ae1.tar.xz
gsoc2013-evolution-ff25805086bbd20226e4684f028912bdb29f0ae1.tar.zst
gsoc2013-evolution-ff25805086bbd20226e4684f028912bdb29f0ae1.zip
Filter/Search bar changes for Anjal.
Diffstat (limited to 'widgets/misc/e-spinner.c')
-rw-r--r--widgets/misc/e-spinner.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/widgets/misc/e-spinner.c b/widgets/misc/e-spinner.c
index 56990d71a1..d980991b03 100644
--- a/widgets/misc/e-spinner.c
+++ b/widgets/misc/e-spinner.c
@@ -888,9 +888,10 @@ e_spinner_dispose (GObject *object)
{
ESpinner *spinner = E_SPINNER (object);
- g_signal_handlers_disconnect_by_func
- (spinner->details->icon_theme,
- G_CALLBACK (icon_theme_changed_cb), spinner);
+ if (spinner->details->icon_theme)
+ g_signal_handlers_disconnect_by_func
+ (spinner->details->icon_theme,
+ G_CALLBACK (icon_theme_changed_cb), spinner);
G_OBJECT_CLASS (parent_class)->dispose (object);
}