Mercurial > audlegacy
changeset 1956:fb61da4f4c23 trunk
[svn] - remove unused declaration "filepopup_pixbuf".
author | nenolod |
---|---|
date | Sat, 11 Nov 2006 14:03:41 -0800 |
parents | f6b058a10242 |
children | 1bab360fd6c8 |
files | ChangeLog audacious/ui_fileinfo.c |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [2869] - use values from the skin loader instead of constants (should make doublesize work with Osmosis)
--- 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)