1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00

(trunk gtk) use Rolcol's suggestions on the filterbar

This commit is contained in:
Charles Kerr 2010-03-14 15:05:32 +00:00
parent 8e529921d7
commit e4d6884d19

View file

@ -515,8 +515,10 @@ testCategory( GtkWidget * category_combo, tr_torrent * tor )
}
case CAT_FILTER_TYPE_TAG:
/* FIXME */
return TRUE;
default:
g_message( "FIXME" );
return TRUE;
}
}
@ -922,7 +924,7 @@ gtr_filter_bar_new( GtkTreeModel * tmodel, GtkTreeModel ** filter_model )
h = gtk_hbox_new( FALSE, GUI_PAD_SMALL );
/* add the category combobox */
str = _( "Show _Category:" );
str = _( "_Category:" );
w = category;
l = gtk_label_new( NULL );
gtk_label_set_markup_with_mnemonic( GTK_LABEL( l ), str );