Mercurial > audlegacy
changeset 2278:74457ab2e9f1 trunk
[svn] - fix XML handler reference (action="view roll up player" -> "roll up player")
author | nenolod |
---|---|
date | Thu, 04 Jan 2007 22:21:40 -0800 |
parents | 20adef857675 |
children | f43244806b87 |
files | ChangeLog audacious/ui_main.c |
diffstat | 2 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <deitarion@gmail.com> revision [3557] Fix the accidental overlap between the contents of README.bmp/NEWS.bmp and the PC bitmap magic bytes.
--- 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