SOURCES: dbus-python_fixes.patch - remove a hunk with cosmetics only

jpc jpc at pld-linux.org
Tue Aug 2 16:54:09 CEST 2005


Author: jpc                          Date: Tue Aug  2 14:54:09 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove a hunk with cosmetics only

---- Files affected:
SOURCES:
   dbus-python_fixes.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/dbus-python_fixes.patch
diff -u SOURCES/dbus-python_fixes.patch:1.2 SOURCES/dbus-python_fixes.patch:1.3
--- SOURCES/dbus-python_fixes.patch:1.2	Thu Jul 21 23:18:13 2005
+++ SOURCES/dbus-python_fixes.patch	Tue Aug  2 16:54:03 2005
@@ -14,12 +14,3 @@
  
      def set_sender(self, sender):
          return dbus_message_set_sender(self.msg, sender)
-@@ -1254,7 +1259,7 @@
-     def get_sender(self):
-         cdef char *sender
-         sender = dbus_message_get_sender(self.msg)
--        if (sender == NULL):
-+        if sender == NULL:
-             return None
-         else:
-             return sender
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dbus-python_fixes.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list