From 874ef72c5b807b61bc53dbaa0fa623b40bff1736 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 30 Apr 2007 09:35:54 +0200 Subject: new upstream version --- widget_text.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'widget_text.c') diff --git a/widget_text.c b/widget_text.c index a09c118..ffe1863 100644 --- a/widget_text.c +++ b/widget_text.c @@ -1,4 +1,4 @@ -/* $Id: widget_text.c 749 2007-01-20 06:37:35Z michael $ +/* $Id: widget_text.c 773 2007-02-25 12:39:09Z michael $ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/widget_text.c $ * * simple text widget handling @@ -338,9 +338,9 @@ int widget_text_quit(WIDGET * Self) WIDGET_CLASS Widget_Text = { - name:"text", - type:WIDGET_TYPE_RC, - init:widget_text_init, - draw:NULL, - quit:widget_text_quit, + .name = "text", + .type = WIDGET_TYPE_RC, + .init = widget_text_init, + .draw = NULL, + .quit = widget_text_quit, }; -- cgit v1.2.3