comparison pidgin/gtksound.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 7b1cfd48beab
children 1d09b9077181 3828a61c44da
comparison
equal deleted inserted replaced
31085:44f53d3fc54f 31086:a8cc50c2279f
219 else 219 else
220 play_conv_event(conv, event); 220 play_conv_event(conv, event);
221 } 221 }
222 222
223 static void 223 static void
224 got_attention_cb(PurpleAccount *account, const char *who, 224 got_attention_cb(PurpleAccount *account, const char *who,
225 PurpleConversation *conv, guint type, PurpleSoundEventID event) 225 PurpleConversation *conv, guint type, PurpleSoundEventID event)
226 { 226 {
227 play_conv_event(conv, event); 227 play_conv_event(conv, event);
228 } 228 }
229 229
360 purple_signal_connect(conv_handle, "got-attention", gtk_sound_handle, 360 purple_signal_connect(conv_handle, "got-attention", gtk_sound_handle,
361 PURPLE_CALLBACK(got_attention_cb), 361 PURPLE_CALLBACK(got_attention_cb),
362 GINT_TO_POINTER(PURPLE_SOUND_GOT_ATTENTION)); 362 GINT_TO_POINTER(PURPLE_SOUND_GOT_ATTENTION));
363 /* for the time being, don't handle sent-attention here, since playing a 363 /* for the time being, don't handle sent-attention here, since playing a
364 sound would result induplicate sounds. And fixing that would require changing the 364 sound would result induplicate sounds. And fixing that would require changing the
365 conversation signal for msg-recv */ 365 conversation signal for msg-recv */
366 } 366 }
367 367
368 static void 368 static void
369 pidgin_sound_uninit(void) 369 pidgin_sound_uninit(void)
370 { 370 {