adium 5112:ee8971c4e803: Fix the second libmeanwhile patch, I'm ...

commits at adium.im commits at adium.im
Fri Oct 12 13:04:03 UTC 2012


details:	http://hg.adium.im/adium/rev/ee8971c4e803
revision:	5112:ee8971c4e803
branch:		adium-1.5.4
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Fri Oct 12 15:02:33 2012 +0200

Fix the second libmeanwhile patch, I'm not sure why it was what it was.

Refs #16114

diffs (22 lines):

diff -r 714d387a8287 -r ee8971c4e803 Dependencies/patches/Meanwhile-session.c.diff
--- a/Dependencies/patches/Meanwhile-session.c.diff	Tue Oct 09 18:00:38 2012 -0400
+++ b/Dependencies/patches/Meanwhile-session.c.diff	Fri Oct 12 15:02:33 2012 +0200
@@ -1,11 +1,11 @@
---- src/session.c.orig	2005-12-15 21:11:47.000000000 +0100
-+++ src/session.c	2012-09-23 22:55:56.000000000 +0200
-@@ -454,6 +454,8 @@
- 
-  g_info("Sametime server version (major/minor): 0x%x / 0x%x", msg->major, msg->minor);
+--- src/session.c 2005-12-15 14:11:47.000000000 -0600
++++ src/session.c 2012-08-22 08:40:54.043701375 -0500
+@@ -448,6 +448,8 @@
+   property_set(s, mwSession_SERVER_VER_MAJOR, GPOINTER(msg->major), NULL);
+   property_set(s, mwSession_SERVER_VER_MINOR, GPOINTER(msg->minor), NULL);
  
 + g_info("Sametime server version (major/minor): 0x%x / 0x%x", msg->major, msg->minor);
 +
    /* compose the login message */
    log = (struct mwMsgLogin *) mwMessage_new(mwMessage_LOGIN);
-   log->login_type = GUINT(property_get(s, mwSession_CLIENT_TYPE_ID));
+   log->login_type = GUINT(property_get(s, mwSession_CLIENT_TYPE_ID));
\ No newline at end of file




More information about the commits mailing list