New class and variable names New variable fot glade file Button in chat window instead of label New image loader
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			403 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			403 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* XPM */
 | 
						|
static char * message_xpm[] = {
 | 
						|
"16 16 2 1",
 | 
						|
" 	c None",
 | 
						|
".	c #000000",
 | 
						|
"                ",
 | 
						|
"                ",
 | 
						|
" ....       ... ",
 | 
						|
"  ....     ...  ",
 | 
						|
"  ....    ....  ",
 | 
						|
"  .....   . ..  ",
 | 
						|
"  .. ..   . ..  ",
 | 
						|
"  .. ..   . ..  ",
 | 
						|
"  .. ... .. ..  ",
 | 
						|
"  ..  .. .  ..  ",
 | 
						|
"  ..  .. .  ..  ",
 | 
						|
"  ..   ...  ..  ",
 | 
						|
"  ..   ..   ..  ",
 | 
						|
"  ..   ..   ..  ",
 | 
						|
" ....      .....",
 | 
						|
"                "};
 |