mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) since we're bumping glib's requirement to 2.26 (27 Sept 2010), it's a good time to bump the gtk+ requirement to 2.22 (32 Sept 2010).
This commit is contained in:
@@ -40,10 +40,6 @@ action_cb( GtkAction * a, gpointer user_data )
|
||||
gtr_actions_handler( gtk_action_get_name( a ), user_data );
|
||||
}
|
||||
|
||||
#if !GTK_CHECK_VERSION( 2, 10, 0 )
|
||||
#define GTK_STOCK_SELECT_ALL NULL
|
||||
#endif
|
||||
|
||||
static GtkRadioActionEntry sort_radio_entries[] =
|
||||
{
|
||||
{ "sort-by-activity", NULL, N_( "Sort by _Activity" ), NULL, NULL, 0 },
|
||||
|
||||
Reference in New Issue
Block a user