From 544b951adc8c4edd8ff7003ba19b23f00bfb0bba Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 21 Nov 2013 02:42:27 +0100 Subject: [PATCH] Set an icon for the "template" applet --- src/applets/template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applets/template.c b/src/applets/template.c index 634ffef..2cbab42 100644 --- a/src/applets/template.c +++ b/src/applets/template.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2013 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Panel */ /* 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 @@ -39,7 +39,7 @@ static void _template_destroy(Template * template); PanelAppletDefinition applet = { "Template", - NULL, + "image-missing", NULL, _template_init, _template_destroy,