changeset 1895:4ab001eeef36 trunk

[svn] - make sure the proper wmclass is being set here.
author nenolod
date Mon, 23 Oct 2006 22:57:28 -0700
parents 5a357f0941cb
children 7b9938c8528a
files ChangeLog audacious/about.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [2743]
   - integrate A-B patch, with a few changes:
--- 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);