From 39571c6e92fd0cd1856a5cc98e88ff71cc62f968 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Sun, 10 May 2009 16:18:34 +0200 Subject: [PATCH] Remove printf and remove icon --- src/plugin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugin.c b/src/plugin.c index 94302ba..df74357 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -99,7 +99,7 @@ static void albumview_add(GmpcPluginBrowserIface *plug, GtkWidget *category_tree gtk_list_store_set(GTK_LIST_STORE(model), &iter, PL3_CAT_TYPE, GMPC_PLUGIN_BASE(plug)->id, PL3_CAT_TITLE,"Album View", - PL3_CAT_ICON_ID, "gtk-open", + PL3_CAT_ICON_ID, "stylized-no-cover", -1); /** * remove odl reference if exists @@ -656,7 +656,6 @@ static gboolean update_view_real(AlbumViewPlugin *self) } v_items++; }while(v_items < (rows*self->priv->supported_columns)&& (iter = iter->next)); - printf("%p %i\n", iter, v_items); } /* remove list */ if(list) g_list_free(list); -- 2.11.4.GIT