# HG changeset patch # User Sadrul Habib Chowdhury # Date 1210697541 0 # Node ID 7228a48eda765c2e99ef48276fa750c55383fc3f # Parent f05da3bc20d9fc1a0e1e4c8c95891da5b1d0df48 This should make the column widths a bit better. Thanks to vekin in #pidgin for reporting. diff -r f05da3bc20d9 -r 7228a48eda76 finch/gntsound.c --- a/finch/gntsound.c Tue May 13 14:24:43 2008 +0000 +++ b/finch/gntsound.c Tue May 13 16:52:21 2008 +0000 @@ -1028,13 +1028,13 @@ for (i = 0; i < PURPLE_NUM_SOUNDS; i++) { FinchSoundEvent * event = &sounds[i]; - + if (event->label == NULL) { continue; } gnt_tree_add_choice(GNT_TREE(tree), GINT_TO_POINTER(i), - gnt_tree_create_row(GNT_TREE(tree), "", ""), + gnt_tree_create_row(GNT_TREE(tree), event->label, event->def), NULL, NULL); }