rpms/telepathy-haze/devel telepathy-haze-fix-yahoo-apostrophe-escaping.patch, 1.1, 1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Mon Dec 17 05:29:46 UTC 2007


Author: pgordon

Update of /cvs/pkgs/rpms/telepathy-haze/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16393/devel

Modified Files:
	telepathy-haze-fix-yahoo-apostrophe-escaping.patch 
Log Message:
Fix typo in patch...Urgh.

telepathy-haze-fix-yahoo-apostrophe-escaping.patch:

Index: telepathy-haze-fix-yahoo-apostrophe-escaping.patch
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-haze/devel/telepathy-haze-fix-yahoo-apostrophe-escaping.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- telepathy-haze-fix-yahoo-apostrophe-escaping.patch	17 Dec 2007 05:18:11 -0000	1.1
+++ telepathy-haze-fix-yahoo-apostrophe-escaping.patch	17 Dec 2007 05:29:36 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up ./src/im-channel.c.old ./src/im-channel.c
 --- ./src/im-channel.c.old	2007-12-16 19:59:39.000000000 -0800
-+++ ./src/im-channel.c	2007-12-16 20:04:55.000000000 -0800
++++ ./src/im-channel.c	2007-12-16 20:39:50.000000000 -0800
 @@ -267,7 +267,7 @@ haze_im_channel_send (TpSvcChannelTypeTe
      HazeIMChannelPrivate *priv = HAZE_IM_CHANNEL_GET_PRIVATE (self);
      GError *error = NULL;
@@ -14,7 +14,7 @@
      }
  
      escaped = g_markup_escape_text (message, -1);
-+    reapostrophised = purple_strreplace(escape, "'", "'");
++    reapostrophised = purple_strreplace(escaped, "'", "'");
  
      if (type == TP_CHANNEL_TEXT_MESSAGE_TYPE_AUTO_REPLY) {
          flags |= PURPLE_MESSAGE_AUTO_RESP;




More information about the fedora-extras-commits mailing list