From 991e8bfd4396da222723a7a1712d37aab75111aa Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 30 Jan 2009 17:08:08 +0000 Subject: Fix order or params in chat_window_show_or_update_notification (). svn path=/trunk/; revision=2295 --- src/empathy-chat-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index cbb6c085c..b97482980 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -860,8 +860,8 @@ chat_window_notification_closed_cb (NotifyNotification *notify, } static void -chat_window_show_or_update_notification (EmpathyMessage *message, - EmpathyChatWindow *window, +chat_window_show_or_update_notification (EmpathyChatWindow *window, + EmpathyMessage *message, EmpathyChat *chat) { EmpathyContact *sender; @@ -944,7 +944,7 @@ chat_window_new_message_cb (EmpathyChat *chat, } if (!has_focus) { - chat_window_show_or_update_notification (message, window, chat); + chat_window_show_or_update_notification (window, message, chat); } if (has_focus && priv->current_chat == chat) { -- cgit v1.2.3