# HG changeset patch # User giacomo # Date 1169484418 28800 # Node ID 1068204c3358dbd5283d4a96aa12d05ab1019f64 # Parent 77012d414f5806f65fabdf42edb6021a11514901 [svn] - flac 112 plugin: small ui updates diff -r 77012d414f58 -r 1068204c3358 ChangeLog --- a/ChangeLog Mon Jan 22 08:42:50 2007 -0800 +++ b/ChangeLog Mon Jan 22 08:46:58 2007 -0800 @@ -1,3 +1,12 @@ +2007-01-22 16:42:50 +0000 Giacomo Lozito + revision [1112] + - flac 112 plugin: removed ui options related to old http support + trunk/src/flac112/configure.c | 155 ------------------------------------------ + trunk/src/flac112/configure.h | 15 ---- + trunk/src/flac112/plugin.c | 49 ------------- + 3 files changed, 1 insertion(+), 218 deletions(-) + + 2007-01-22 16:32:48 +0000 Giacomo Lozito revision [1110] - flac 112 plugin: removed http.c and http.h, plus some fixes diff -r 77012d414f58 -r 1068204c3358 src/flac112/configure.c --- a/src/flac112/configure.c Mon Jan 22 08:42:50 2007 -0800 +++ b/src/flac112/configure.c Mon Jan 22 08:46:58 2007 -0800 @@ -319,7 +319,7 @@ gtk_box_pack_start(GTK_BOX(title_tag_vbox), title_desc, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(title_tag_vbox), gtk_hseparator_new(), FALSE, FALSE, 0); - title_disable_bitrate_update = gtk_check_button_new_with_label(_("Disable bitrate update during playback (saves cpu)")); + title_disable_bitrate_update = gtk_check_button_new_with_label(_("Disable bitrate update during playback (saves cpu usage)")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(title_disable_bitrate_update), flac_cfg.title.disable_bitrate_update); gtk_signal_connect(GTK_OBJECT(title_disable_bitrate_update), "clicked", (GCallback)disable_bitrate_update_cb, NULL); gtk_box_pack_start(GTK_BOX(title_tag_vbox), title_disable_bitrate_update, FALSE, FALSE, 0); @@ -493,7 +493,7 @@ static GtkWidget *about_window; if (about_window) - gdk_window_raise(about_window->window); + gtk_window_present(GTK_WINDOW(about_window)); else { about_window = xmms_show_message( @@ -504,7 +504,8 @@ "......\n" "and\n" "Daisuke Shimamura\n" - "Visit http://flac.sourceforge.net/"), + "Visit http://flac.sourceforge.net/\n\n" + "Audacious Team port"), _("Ok"), FALSE, NULL, NULL); gtk_signal_connect(GTK_OBJECT(about_window), "destroy", GTK_SIGNAL_FUNC(gtk_widget_destroyed),