diff ChangeLog @ 2515:319b10203d7c trunk

[svn] gtk_window_set_wmclass() has to be called before gtk_widget_realize(). Patched by Christian "Joker" Birchinger from Gentoo.
author chainsaw
date Tue, 13 Feb 2007 13:22:51 -0800
parents 7934ac463591
children a2b862cb4269
line wrap: on
line diff
--- a/ChangeLog	Tue Feb 13 06:09:50 2007 -0800
+++ b/ChangeLog	Tue Feb 13 13:22:51 2007 -0800
@@ -1,3 +1,20 @@
+2007-02-13 14:09:50 +0000  Michael Farber <01mf02@gmail.com>
+  revision [4038]
+  - removed unused function bmp_menu_translate()
+  - removed playlist_file_selection_browser() and replaced it with 
+  make_filebrowser()
+  - modified make_filebrowser() behaviour
+  - adapted equalizer file loading/saving functions to new 
+  make_filebrowser()
+  
+  
+  trunk/src/audacious/ui_equalizer.c |  334 ++++++++++++++++++-------------------
+  trunk/src/audacious/ui_playlist.c  |   50 -----
+  trunk/src/audacious/util.c         |   82 +++------
+  trunk/src/audacious/util.h         |   15 -
+  4 files changed, 205 insertions(+), 276 deletions(-)
+
+
 2007-02-13 13:48:33 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [4036]
   - delete id3 tag feature has been added.