head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.2 pkgsrc-2008Q1:1.2.0.16 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.14 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.12 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2009.01.20.22.46.09; author drochner; state dead; branches; next 1.3; 1.3 date 2008.05.30.17.32.28; author drochner; state Exp; branches; next 1.2; 1.2 date 2006.04.07.17.40.22; author rpaulo; state Exp; branches; next 1.1; 1.1 date 2005.12.18.20.24.46; author rillig; state Exp; branches; next ; desc @@ 1.4 log @update to 0.17.0 changes (incomplete): The focus of this release was bugfixes, stability, memory reductions, features, and general UI cleanups. @ text @$NetBSD: patch-af,v 1.3 2008/05/30 17:32:28 drochner Exp $ --- src/playlist3.c.orig 2007-11-29 14:52:03.000000000 +0100 +++ src/playlist3.c @@@@ -146,10 +146,12 @@@@ int pl3_cat_get_selected_browser() static void pl3_initialize_tree() { int i; + GtkTreePath *path; + GtkTreeSelection *sel; if(pl3_xml == NULL) return; - GtkTreePath *path = gtk_tree_path_new_from_string("0"); - GtkTreeSelection *sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(glade_xml_get_widget(pl3_xml, "cat_tree"))); + path = gtk_tree_path_new_from_string("0"); + sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(glade_xml_get_widget(pl3_xml, "cat_tree"))); if(old_type >= 0) { GtkWidget *container = glade_xml_get_widget(pl3_xml, "browser_container"); @ 1.3 log @update to 0.15.5.0 sorry, no useful changelog available pkgsrc note: reset maintainer (mail bounces) @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to version 0.13.0. New features include plugin support and cover art support [via external plugins]. Reviewed by jlam@@ @ text @d3 4 a6 4 --- src/playlist3.c.orig 2006-02-15 21:09:17.000000000 +0000 +++ src/playlist3.c 2006-04-06 21:51:40.000000000 +0100 @@@@ -105,10 +105,12 @@@@ int pl3_cat_get_selected_browser() void pl3_initialize_tree() d17 1 a17 1 if((old_type&PLUGIN_ID_MARK || old_type&PLUGIN_ID_INTERNALL) != 0) d19 1 a19 1 if(old_type >= 0) @ 1.1 log @Added some patches for ISO C90 compatibility. @ text @d3 4 a6 16 Keywords: c90 --- src/playlist3.c.orig Sun Aug 14 15:01:07 2005 +++ src/playlist3.c Sun Dec 18 21:09:30 2005 @@@@ -193,7 +193,7 @@@@ unsigned long pl3_find_view_browser() if(loop) { GtkTreeIter piter; - int id = 0, ttime = 0;; + int id = 0, ttime = 0; char *icon; gtk_tree_model_get(GTK_TREE_MODEL(pl2_store), &iter, SONG_ID, &id, SONG_STOCK_ID, &icon, -1); gtk_list_store_append(pl3_store, &piter); @@@@ -1239,9 +1239,12 @@@@ void pl3_playlist_row_activated(GtkTreeV */ void pl3_reinitialize_tree() d8 1 a10 1 + d12 1 d17 3 a19 3 gtk_tree_store_clear(pl3_tree); /* add the current playlist */ pl3_current_playlist_add(); @