diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-manager.c | 2 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c index 3c66e36e5..0a16be90d 100644 --- a/src/empathy-chat-manager.c +++ b/src/empathy-chat-manager.c @@ -392,7 +392,7 @@ connection_ready_cb (TpConnection *connection, EMPATHY_DISPATCHER_NON_USER_ACTION); else empathy_dispatcher_chat_with_contact_id (connection, data->id, - EMPATHY_DISPATCHER_NON_USER_ACTION, NULL, NULL); + EMPATHY_DISPATCHER_NON_USER_ACTION); g_signal_emit (self, signals[CHATS_CHANGED], 0, g_queue_get_length (priv->queue)); diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index e80d38298..93c1ab773 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1744,7 +1744,7 @@ chat_window_drag_data_received (GtkWidget *widget, if (connection) { empathy_dispatcher_chat_with_contact_id ( - connection, contact_id, gtk_get_current_event_time (), NULL, NULL); + connection, contact_id, gtk_get_current_event_time ()); } g_strfreev (strv); |