[Xfce4-commits] <xfce4-settings:jeromeg/clipboard-daemon> Rename the clipbaord manager files.
Nick Schermer
noreply at xfce.org
Fri Nov 27 11:42:07 CET 2009
Updating branch refs/heads/jeromeg/clipboard-daemon
to c92c2d82ccccc9b8584a3add92970b32cbc7242d (commit)
from 26c207e56c23d31ea552cea42f032a837045d0f8 (commit)
commit c92c2d82ccccc9b8584a3add92970b32cbc7242d
Author: Nick Schermer <nick at xfce.org>
Date: Fri Nov 27 11:39:06 2009 +0100
Rename the clipbaord manager files.
None of the file starts with xfce.
xfce4-settings-helper/Makefile.am | 6 +++---
...fce-clipboard-manager.c => clipboard-manager.c} | 2 +-
...fce-clipboard-manager.h => clipboard-manager.h} | 0
xfce4-settings-helper/main.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/xfce4-settings-helper/Makefile.am b/xfce4-settings-helper/Makefile.am
index e5ad7b0..7036699 100644
--- a/xfce4-settings-helper/Makefile.am
+++ b/xfce4-settings-helper/Makefile.am
@@ -18,6 +18,8 @@ xfce4_settings_helper_SOURCES = \
main.c \
accessibility.c \
accessibility.h \
+ clipboard-manager.c \
+ clipboard-manager.h \
keyboards.c \
keyboards.h \
keyboard-shortcuts.c \
@@ -29,9 +31,7 @@ xfce4_settings_helper_SOURCES = \
utils.c \
utils.h \
workspaces.c \
- workspaces.h \
- xfce-clipboard-manager.c \
- xfce-clipboard-manager.h
+ workspaces.h
xfce4_settings_helper_CFLAGS = \
-I$(top_builddir) \
diff --git a/xfce4-settings-helper/xfce-clipboard-manager.c b/xfce4-settings-helper/clipboard-manager.c
similarity index 99%
rename from xfce4-settings-helper/xfce-clipboard-manager.c
rename to xfce4-settings-helper/clipboard-manager.c
index 575d9a0..79c65f7 100644
--- a/xfce4-settings-helper/xfce-clipboard-manager.c
+++ b/xfce4-settings-helper/clipboard-manager.c
@@ -30,7 +30,7 @@
#include <X11/Xatom.h>
#include "utils.h"
-#include "xfce-clipboard-manager.h"
+#include "clipboard-manager.h"
struct _XfceClipboardManagerClass
{
diff --git a/xfce4-settings-helper/xfce-clipboard-manager.h b/xfce4-settings-helper/clipboard-manager.h
similarity index 100%
rename from xfce4-settings-helper/xfce-clipboard-manager.h
rename to xfce4-settings-helper/clipboard-manager.h
diff --git a/xfce4-settings-helper/main.c b/xfce4-settings-helper/main.c
index 2d731ff..d6d26c3 100644
--- a/xfce4-settings-helper/main.c
+++ b/xfce4-settings-helper/main.c
@@ -55,7 +55,7 @@
#include "keyboard-layout.h"
#include "keyboard-shortcuts.h"
#include "workspaces.h"
-#include "xfce-clipboard-manager.h"
+#include "clipboard-manager.h"
#include "utils.h"
#ifdef HAVE_XRANDR
More information about the Xfce4-commits
mailing list