patches/gnome-session-17-private-libice.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 15869 8a8434210f20
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15869
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     1
diff -urN gnome-session-2.26.1/gnome-session/gsm-xsmp-server.c ../SUNWgnome-session-2.26.1.hacked/gnome-session-2.26.1/gnome-session/gsm-xsmp-server.c
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     2
--- gnome-session-2.26.1/gnome-session/gsm-xsmp-server.c        2009-04-14 15:31:45.000000000 +0000
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     3
+++ ../SUNWgnome-session-2.26.1.hacked/gnome-session-2.26.1/gnome-session/gsm-xsmp-server.c     2009-06-08 10:33:02.333381950 +0000
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     4
@@ -471,7 +471,7 @@
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     5
          * ask X what transport types it knows about, so we're forced to
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     6
          * guess.
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     7
          */
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     8
-        _IceTransNoListen ("tcp");
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     9
+        // _IceTransNoListen ("tcp");
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    10
 #endif
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    11
 
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    12
         /* Create the XSMP socket. Older versions of IceListenForConnections
8a8434210f20 2009-06-08 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    13