From a8db5df839010af15841014a7ecdd58cf8132919 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 20 Nov 2013 21:45:47 +0100 Subject: [PATCH] Set an icon for the "template" plug-in --- src/plugins/template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/template.c b/src/plugins/template.c index 4c01065..2995d9b 100644 --- a/src/plugins/template.c +++ b/src/plugins/template.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2011-2013 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ static void _template_refresh(Template * template, GList * selection); BrowserPluginDefinition plugin = { N_("Template"), - NULL, + "image-missing", NULL, _template_init, _template_destroy,