# HG changeset patch # User nenolod # Date 1161669448 25200 # Node ID 4ab001eeef366d5e1ad97c42aa20f96891fde607 # Parent 5a357f0941cb3540b75843eb4df110eef361d7b8 [svn] - make sure the proper wmclass is being set here. diff -r 5a357f0941cb -r 4ab001eeef36 ChangeLog --- a/ChangeLog Mon Oct 23 13:04:21 2006 -0700 +++ b/ChangeLog Mon Oct 23 22:57:28 2006 -0700 @@ -1,3 +1,12 @@ +2006-10-23 20:04:21 +0000 William Pitcock + revision [2745] + - set status text when loop-point A has been set to "LOOP-POINT A HAS BEEN SET." + - go back to normal when loop-points are cleared or loop-point B is set. + + trunk/audacious/mainwin.c | 4 ++++ + 1 file changed, 4 insertions(+) + + 2006-10-23 19:56:12 +0000 William Pitcock revision [2743] - integrate A-B patch, with a few changes: diff -r 5a357f0941cb -r 4ab001eeef36 audacious/about.c --- a/audacious/about.c Mon Oct 23 13:04:21 2006 -0700 +++ b/audacious/about.c Mon Oct 23 22:57:28 2006 -0700 @@ -102,7 +102,7 @@ return; } - about_window = gtk_window_new(GTK_WINDOW_POPUP); + about_window = gtk_window_new(GTK_WINDOW_TOPLEVEL); g_signal_connect(about_window, "destroy", G_CALLBACK(gtk_widget_destroyed), &about_window);