[Xfce4-commits] <xfce4-time-out-plugin:master> Update copyright notices
Florian Rivoal
noreply at xfce.org
Sun Nov 7 17:16:01 CET 2010
Updating branch refs/heads/master
to 73e1caa3af5779dea7a70b5d46df502e15277275 (commit)
from 5417e072f6fe66493ceefeb22dc3102cf5f573cf (commit)
commit 73e1caa3af5779dea7a70b5d46df502e15277275
Author: Florian Rivoal <frivoal at xfce.org>
Date: Mon Nov 8 00:56:38 2010 +0900
Update copyright notices
AUTHORS | 1 +
panel-plugin/time-out.c | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index c40ddc1..87d7691 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
Jannis Pohlmann <jannis at xfce.org>
+Florian Rivoal <frivoal at xfce.org>
diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c
index 40dd489..7d0b98e 100644
--- a/panel-plugin/time-out.c
+++ b/panel-plugin/time-out.c
@@ -2,6 +2,7 @@
/* vim:set et ai sw=2 sts=2: */
/*-
* Copyright (c) 2007 Jannis Pohlmann <jannis at xfce.org>
+ * Copyright (c) 2010 Florian Rivoal <frivoal at xfce.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -243,7 +244,7 @@ time_out_construct (XfcePanelPlugin *plugin)
time_out_load_settings (time_out);
/* Hide the time label if settings says so */
- if (!time_out->display_time)
+ if (!time_out->display_time)
gtk_widget_hide (time_out->time_label);
/* Add the event box to the panel */
More information about the Xfce4-commits
mailing list