# HG changeset patch # User nenolod # Date 1167978100 28800 # Node ID 74457ab2e9f11f8118ae857593de30806f12c3a3 # Parent 20adef8576755383d949ae31ea6635461fcd5433 [svn] - fix XML handler reference (action="view roll up player" -> "roll up player") diff -r 20adef857675 -r 74457ab2e9f1 ChangeLog --- a/ChangeLog Thu Jan 04 20:22:10 2007 -0800 +++ b/ChangeLog Thu Jan 04 22:21:40 2007 -0800 @@ -1,3 +1,12 @@ +2007-01-05 04:22:10 +0000 William Pitcock + revision [3559] + - update cy.po: + 431 translated messages, 41 untranslated messages. + + trunk/po/cy.po | 771 +++++++++++++++++++++++++-------------------------------- + 1 file changed, 342 insertions(+), 429 deletions(-) + + 2007-01-05 01:22:49 +0000 Stephen Sokolow revision [3557] Fix the accidental overlap between the contents of README.bmp/NEWS.bmp and the PC bitmap magic bytes. diff -r 20adef857675 -r 74457ab2e9f1 audacious/ui_main.c --- a/audacious/ui_main.c Thu Jan 04 20:22:10 2007 -0800 +++ b/audacious/ui_main.c Thu Jan 04 22:21:40 2007 -0800 @@ -251,12 +251,8 @@ mainwin_set_shade(gboolean shaded) { GtkAction *action = gtk_action_group_get_action( - toggleaction_group_others , "view roll up player" ); + toggleaction_group_others , "roll up player" ); gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(action) , shaded ); -/* - GtkWidget *widget = gtk_ui_manager_get_widget(ui_manager, - "/mainwin-menus/main-menu/view/view roll up player" ); - gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(widget), shaded);*/ } static void