diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy.c b/src/empathy.c index fc780fac0..0128b7b00 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -301,7 +301,7 @@ account_status_changed_cb (TpAccount *account, return; empathy_dispatcher_join_muc (account, - empathy_chatroom_get_room (room), EMPATHY_DISPATCHER_NON_USER_ACTION); + empathy_chatroom_get_room (room), TP_USER_ACTION_TIME_NOT_USER_ACTION); } static void @@ -350,7 +350,7 @@ account_manager_chatroom_ready_cb (GObject *source_object, { empathy_dispatcher_join_muc (account, empathy_chatroom_get_room (room), - EMPATHY_DISPATCHER_NON_USER_ACTION); + TP_USER_ACTION_TIME_NOT_USER_ACTION); } } |