Set an icon for the "template" applet
This commit is contained in:
parent
81577499fc
commit
544b951adc
@ -1,5 +1,5 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2012 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2012-2013 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Panel */
|
/* This file is part of DeforaOS Desktop Panel */
|
||||||
/* This program is free software: you can redistribute it and/or modify
|
/* 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
|
* 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 =
|
PanelAppletDefinition applet =
|
||||||
{
|
{
|
||||||
"Template",
|
"Template",
|
||||||
NULL,
|
"image-missing",
|
||||||
NULL,
|
NULL,
|
||||||
_template_init,
|
_template_init,
|
||||||
_template_destroy,
|
_template_destroy,
|
||||||
|
Loading…
Reference in New Issue
Block a user