changeset 514:1068204c3358 trunk

[svn] - flac 112 plugin: small ui updates
author giacomo
date Mon, 22 Jan 2007 08:46:58 -0800
parents 77012d414f58
children 4e3a09ba3f0b
files ChangeLog src/flac112/configure.c
diffstat 2 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <james@develia.org>
+  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 <james@develia.org>
   revision [1110]
   - flac 112 plugin: removed http.c and http.h, plus some fixes
--- 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),