From 8a8ba7a5697c6e5494854c99dc9aa4a7fc7a45bd Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 11 Aug 2010 14:32:02 +0200 Subject: empathy_dispatcher_chat_with_contact_id: remove callback argument It's unused anyway. --- src/empathy-chat-manager.c | 2 +- src/empathy-chat-window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3