# HG changeset patch # User nenolod # Date 1163282621 28800 # Node ID fb61da4f4c23f76ed939f74dd7bfc2a53d0ab4c5 # Parent f6b058a10242f68c6ef1df7daca491893c81d03b [svn] - remove unused declaration "filepopup_pixbuf". diff -r f6b058a10242 -r fb61da4f4c23 ChangeLog --- a/ChangeLog Mon Nov 06 04:00:12 2006 -0800 +++ b/ChangeLog Sat Nov 11 14:03:41 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-06 12:00:12 +0000 William Pitcock + revision [2877] + - make doublesize work with modern skins + + trunk/audacious/mainwin.c | 17 +++++++++++++---- + 1 file changed, 13 insertions(+), 4 deletions(-) + + 2006-11-06 08:10:47 +0000 William Pitcock revision [2869] - use values from the skin loader instead of constants (should make doublesize work with Osmosis) diff -r f6b058a10242 -r fb61da4f4c23 audacious/ui_fileinfo.c --- a/audacious/ui_fileinfo.c Mon Nov 06 04:00:12 2006 -0800 +++ b/audacious/ui_fileinfo.c Sat Nov 11 14:03:41 2006 -0800 @@ -15,7 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifdef HAVE_CONFIG_H @@ -65,7 +66,6 @@ GtkWidget *fileinfo_win; GtkWidget *filepopup_win; -GdkPixbuf *filepopup_pixbuf; static void fileinfo_entry_set_text(const char *entry, const char *text) @@ -105,6 +105,8 @@ if (xml == NULL || widget == NULL) return; + g_printf("fileinfo_entry_set_image: %s\n", text); + pixbuf = gdk_pixbuf_new_from_file(text, NULL); if (pixbuf == NULL)