Changeset 198

Show
Ignore:
Timestamp:
01/12/08 21:42:52 (1 year ago)
Author:
conrad
Message:

layout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • xsel/trunk/xsel.c

    r197 r198  
    19811981  /* Get the UTF8_STRING atom */ 
    19821982  utf8_atom = XInternAtom (display, "UTF8_STRING", True); 
    1983   if( utf8_atom != None) 
    1984     { 
     1983  if(utf8_atom != None) { 
    19851984    supported_targets[s++] = utf8_atom; 
    19861985    NUM_TARGETS++; 
    1987     } 
    1988   else 
    1989     { 
     1986  } else { 
    19901987    utf8_atom = XA_STRING; 
    1991    
     1988 
    19921989 
    19931990  supported_targets[s++] = XA_STRING; 
    19941991  NUM_TARGETS++; 
    19951992 
    1996   if( need_utf8 == True) 
    1997     { 
     1993  if( need_utf8 == True) { 
    19981994    local_target=utf8_atom; 
    1999     } 
    2000   else 
    2001     { 
     1995  } else { 
    20021996    local_target=XA_STRING; 
    2003     } 
     1997  } 
     1998 
    20041999  /* handle selection keeping and exit if so */ 
    20052000  if (do_keep) {