[Xfce4-commits] [apps/xfdashboard] 01/01: Replace some left-overs of XFOVERVIEW (the very very very very old name) with current one - XFDASHBOARD
noreply at xfce.org
noreply at xfce.org
Wed Feb 24 19:15:02 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit f761ab3aa66872426ff616d307213d41ba8bdd61
Author: Stephan Haller <nomad at froevel.de>
Date: Wed Feb 24 19:14:33 2016 +0100
Replace some left-overs of XFOVERVIEW (the very very very very old name) with current one - XFDASHBOARD
---
libxfdashboard/actor.h | 16 ++++++++--------
libxfdashboard/live-workspace.h | 18 +++++++++---------
libxfdashboard/window-content.h | 18 +++++++++---------
3 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/libxfdashboard/actor.h b/libxfdashboard/actor.h
index 6c7b501..0d88639 100644
--- a/libxfdashboard/actor.h
+++ b/libxfdashboard/actor.h
@@ -1,28 +1,28 @@
/*
* actor: Abstract base actor
- *
+ *
* Copyright 2012-2016 Stephan Haller <nomad at froevel.de>
- *
+ *
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
- *
- *
+ *
+ *
*/
-#ifndef __XFOVERVIEW_ACTOR__
-#define __XFOVERVIEW_ACTOR__
+#ifndef __XFDASHBOARD_ACTOR__
+#define __XFDASHBOARD_ACTOR__
#include <clutter/clutter.h>
diff --git a/libxfdashboard/live-workspace.h b/libxfdashboard/live-workspace.h
index d5cc6ce..c7526dc 100644
--- a/libxfdashboard/live-workspace.h
+++ b/libxfdashboard/live-workspace.h
@@ -1,29 +1,29 @@
/*
* live-workspace: An actor showing the content of a workspace which will
* be updated if changed.
- *
+ *
* Copyright 2012-2016 Stephan Haller <nomad at froevel.de>
- *
+ *
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
- *
- *
+ *
+ *
*/
-#ifndef __XFOVERVIEW_LIVE_WORKSPACE__
-#define __XFOVERVIEW_LIVE_WORKSPACE__
+#ifndef __XFDASHBOARD_LIVE_WORKSPACE__
+#define __XFDASHBOARD_LIVE_WORKSPACE__
#include <clutter/clutter.h>
@@ -90,4 +90,4 @@ void xfdashboard_live_workspace_set_workspace_name_padding(XfdashboardLiveWorksp
G_END_DECLS
-#endif /* __XFOVERVIEW_LIVE_WORKSPACE__ */
+#endif
diff --git a/libxfdashboard/window-content.h b/libxfdashboard/window-content.h
index f192e1c..19a6246 100644
--- a/libxfdashboard/window-content.h
+++ b/libxfdashboard/window-content.h
@@ -1,28 +1,28 @@
/*
* window-content: A content to share texture of a window
- *
+ *
* Copyright 2012-2016 Stephan Haller <nomad at froevel.de>
- *
+ *
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
- *
- *
+ *
+ *
*/
-#ifndef __XFOVERVIEW_WINDOW_CONTENT__
-#define __XFOVERVIEW_WINDOW_CONTENT__
+#ifndef __XFDASHBOARD_WINDOW_CONTENT__
+#define __XFDASHBOARD_WINDOW_CONTENT__
#include <clutter/clutter.h>
@@ -102,4 +102,4 @@ void xfdashboard_window_content_set_unmapped_window_icon_anchor_point(Xfdashboar
G_END_DECLS
-#endif /* __XFOVERVIEW_WINDOW_CONTENT__ */
+#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list