# HG changeset patch # User nenolod # Date 1151483491 25200 # Node ID 981ffc1cc4028612d9d7045662e5047e42ea880a # Parent eaa1b6342e75bed1b68063b8ef13b2b80c042339 [svn] - properly cast the GDK_WINDOW() diff -r eaa1b6342e75 -r 981ffc1cc402 ChangeLog --- a/ChangeLog Tue Jun 27 23:14:47 2006 -0700 +++ b/ChangeLog Wed Jun 28 01:31:31 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-28 06:14:47 +0000 Yoshiki Yazawa + revision [1592] + - itemtag buffer was too short. e.g. 256 bytes could hold only 28 url encoded kanji characters. + + + Changes: Modified: + +3 -2 trunk/Plugins/General/scrobbler/scrobbler.c + + 2006-06-28 03:32:51 +0000 William Pitcock revision [1590] - improve resampling rate detection algorithm diff -r eaa1b6342e75 -r 981ffc1cc402 audacious/ui_fileinfo.c --- a/audacious/ui_fileinfo.c Tue Jun 27 23:14:47 2006 -0700 +++ b/audacious/ui_fileinfo.c Wed Jun 28 01:31:31 2006 -0700 @@ -66,6 +66,7 @@ GtkWidget *fileinfo_win; GtkWidget *filepopup_win; +GdkPixbuf *filepopup_pixbuf; static void fileinfo_entry_set_text(const char *entry, const char *text) @@ -180,7 +181,7 @@ gboolean skip = FALSE; if (playlistwin_is_shaded() || playlistwin_list->pl_tooltips == FALSE - || gdk_window_at_pointer(NULL, NULL) != playlistwin->window + || gdk_window_at_pointer(NULL, NULL) != GDK_WINDOW(playlistwin->window) || gdk_window_at_pointer(NULL, NULL) == NULL) { ctr = 0;