comparison pidgin/plugins/convcolors.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 4e7a9940627e
children
comparison
equal deleted inserted replaced
31533:44f53d3fc54f 31534:a8cc50c2279f
80 static struct 80 static struct
81 { 81 {
82 PurpleMessageFlags flag; 82 PurpleMessageFlags flag;
83 char *prefix; 83 char *prefix;
84 const char *text; 84 const char *text;
85 } formats[] = 85 } formats[] =
86 { 86 {
87 {PURPLE_MESSAGE_ERROR, PREF_ERROR, N_("Error Messages")}, 87 {PURPLE_MESSAGE_ERROR, PREF_ERROR, N_("Error Messages")},
88 {PURPLE_MESSAGE_NICK, PREF_NICK, N_("Highlighted Messages")}, 88 {PURPLE_MESSAGE_NICK, PREF_NICK, N_("Highlighted Messages")},
89 {PURPLE_MESSAGE_SYSTEM, PREF_SYSTEM, N_("System Messages")}, 89 {PURPLE_MESSAGE_SYSTEM, PREF_SYSTEM, N_("System Messages")},
90 {PURPLE_MESSAGE_SEND, PREF_SEND, N_("Sent Messages")}, 90 {PURPLE_MESSAGE_SEND, PREF_SEND, N_("Sent Messages")},
391 391
392 gtk_widget_show_all(ret); 392 gtk_widget_show_all(ret);
393 return ret; 393 return ret;
394 } 394 }
395 395
396 static PidginPluginUiInfo ui_info = 396 static PidginPluginUiInfo ui_info =
397 { 397 {
398 get_config_frame, 398 get_config_frame,
399 0, 399 0,
400 400
401 /* padding */ 401 /* padding */