Whitespace
This commit is contained in:
parent
ba55e90465
commit
3dacb89ea1
|
@ -650,7 +650,7 @@ banlist_treeview_new (GtkWidget *box, banlist_info *banl)
|
|||
gtk_tree_sortable_set_sort_func (sortable, 2, banlist_date_sort, GINT_TO_POINTER (2), NULL);
|
||||
|
||||
view = gtkutil_treeview_new (box, GTK_TREE_MODEL (store), NULL,
|
||||
TYPE_COLUMN, _("Type"),
|
||||
TYPE_COLUMN, _("Type"),
|
||||
MASK_COLUMN, _("Mask"),
|
||||
FROM_COLUMN, _("From"),
|
||||
DATE_COLUMN, _("Date"), -1);
|
||||
|
|
|
@ -28,7 +28,7 @@ typedef struct banlist_info_s banlist_info;
|
|||
|
||||
typedef struct mode_info_s {
|
||||
char *name; /* Checkbox name, e.g. "Bans" */
|
||||
char *type; /* Type for type column, e.g. "Ban" */
|
||||
char *type; /* Type for type column, e.g. "Ban" */
|
||||
char letter; /* /mode-command letter, e.g. 'b' for MODE_BAN */
|
||||
int code; /* rfc RPL_foo code, e.g. 367 for RPL_BANLIST */
|
||||
int endcode; /* rfc RPL_ENDOFfoo code, e.g. 368 for RPL_ENDOFBANLIST */
|
||||
|
|
Loading…
Reference in New Issue