aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r--libempathy/empathy-dispatcher.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 30369c849..1cec0e9d8 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -526,6 +526,9 @@ dispatcher_start_dispatching (EmpathyDispatcher *self,
case EMPATHY_DISPATCHER_OPERATION_STATE_PENDING:
dispatch_operation_ready_cb (operation, self);
break;
+ case EMPATHY_DISPATCHER_OPERATION_STATE_DISPATCHING:
+ case EMPATHY_DISPATCHER_OPERATION_STATE_CLAIMED:
+ case EMPATHY_DISPATCHER_OPERATION_STATE_INVALIDATED:
default:
g_assert_not_reached ();
}