empathy r2295 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2295 - trunk/src
- Date: Fri, 30 Jan 2009 17:08:08 +0000 (UTC)
Author: xclaesse
Date: Fri Jan 30 17:08:08 2009
New Revision: 2295
URL: http://svn.gnome.org/viewvc/empathy?rev=2295&view=rev
Log:
Fix order or params in chat_window_show_or_update_notification ().
Modified:
trunk/src/empathy-chat-window.c
Modified: trunk/src/empathy-chat-window.c
==============================================================================
--- trunk/src/empathy-chat-window.c (original)
+++ trunk/src/empathy-chat-window.c Fri Jan 30 17:08:08 2009
@@ -860,8 +860,8 @@
}
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 @@
}
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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]