[gnome-flashback] workarounds: rename flashback-workarounds.[c/h] to gf-workarounds.[c/h]
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] workarounds: rename flashback-workarounds.[c/h] to gf-workarounds.[c/h]
- Date: Mon, 7 Sep 2015 00:02:34 +0000 (UTC)
commit 15297a76fc587f4dfd3ca7f8c97d2984c779f52b
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Mon Sep 7 02:53:21 2015 +0300
workarounds: rename flashback-workarounds.[c/h] to gf-workarounds.[c/h]
gnome-flashback/flashback-application.c | 2 +-
gnome-flashback/libworkarounds/Makefile.am | 4 ++--
.../{flashback-workarounds.c => gf-workarounds.c} | 2 +-
.../{flashback-workarounds.h => gf-workarounds.h} | 0
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-flashback/flashback-application.c b/gnome-flashback/flashback-application.c
index b7a7e3f..78d0d7a 100644
--- a/gnome-flashback/flashback-application.c
+++ b/gnome-flashback/flashback-application.c
@@ -33,7 +33,7 @@
#include "libscreenshot/flashback-screenshot.h"
#include "libshell/flashback-shell.h"
#include "libsound-applet/gf-sound-applet.h"
-#include "libworkarounds/flashback-workarounds.h"
+#include "libworkarounds/gf-workarounds.h"
struct _FlashbackApplication
{
diff --git a/gnome-flashback/libworkarounds/Makefile.am b/gnome-flashback/libworkarounds/Makefile.am
index bc75212..bc00d0e 100644
--- a/gnome-flashback/libworkarounds/Makefile.am
+++ b/gnome-flashback/libworkarounds/Makefile.am
@@ -12,8 +12,8 @@ libworkarounds_la_CFLAGS = \
$(NULL)
libworkarounds_la_SOURCES = \
- flashback-workarounds.c \
- flashback-workarounds.h \
+ gf-workarounds.c \
+ gf-workarounds.h \
$(NULL)
libworkarounds_la_LDFLAGS = \
diff --git a/gnome-flashback/libworkarounds/flashback-workarounds.c
b/gnome-flashback/libworkarounds/gf-workarounds.c
similarity index 99%
rename from gnome-flashback/libworkarounds/flashback-workarounds.c
rename to gnome-flashback/libworkarounds/gf-workarounds.c
index b01ec1c..c5e0cf2 100644
--- a/gnome-flashback/libworkarounds/flashback-workarounds.c
+++ b/gnome-flashback/libworkarounds/gf-workarounds.c
@@ -27,7 +27,7 @@
#include <gtk/gtk.h>
#include <X11/Xmd.h>
-#include "flashback-workarounds.h"
+#include "gf-workarounds.h"
#define BYTES_LEFT(buffer) ((buffer)->data + (buffer)->len - (buffer)->pos)
#define RETURN_IF_FAIL_BYTES(buffer, n_bytes) if (BYTES_LEFT (buffer) < (n_bytes)) return FALSE;
diff --git a/gnome-flashback/libworkarounds/flashback-workarounds.h
b/gnome-flashback/libworkarounds/gf-workarounds.h
similarity index 100%
rename from gnome-flashback/libworkarounds/flashback-workarounds.h
rename to gnome-flashback/libworkarounds/gf-workarounds.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]