(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:
Jordan Lee
2011-08-07 18:41:13 +00:00
parent 270126820a
commit 0e48418f26
14 changed files with 24 additions and 280 deletions

View File

@@ -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 },