[Xfce4-commits] <parole:master> Merge branch 'master' of ssh://git.xfce.org/apps/parole

Simon Steinbeiss noreply at xfce.org
Mon Jul 23 17:32:03 CEST 2012


Updating branch refs/heads/master
         to f20e98ab4a6ffff5f671118bfd4f1cb4fadbcbca (commit)
       from 23eed032ec9ec999131fdae2a847aedb29866b15 (commit)

commit f20e98ab4a6ffff5f671118bfd4f1cb4fadbcbca
Merge: 23eed03 8545700
Author: Simon Steinbeiss <ochosi at xfce.org>
Date:   Mon Jul 23 17:31:15 2012 +0200

    Merge branch 'master' of ssh://git.xfce.org/apps/parole

commit 8545700f2ac9b319fe04459aaae2f9120efc3479
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Jul 23 11:14:48 2012 -0400

    Fixed check_menu_item errors.

 src/parole-player.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/parole-player.c b/src/parole-player.c
index 8799af2..88028cc 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -2565,7 +2565,7 @@ void parole_player_set_subtitle_radio_menu_item_selected(ParolePlayer *player, g
 	GList *menu_items, *menu_iter;
 	menu_items = gtk_container_get_children( GTK_CONTAINER (player->priv->subtitles_menu) );
 	
-	if (index == 0)
+	if (index <= 0)
 	{
 		gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menu_items->data), TRUE);
 	}


More information about the Xfce4-commits mailing list