[gnome-flashback] desktop-background: rename files



commit 7a571dca918de766f2f4b8f3626944344b50c906
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Sep 13 19:33:56 2015 +0300

    desktop-background: rename files

 gnome-flashback/flashback-application.c            |    2 +-
 gnome-flashback/libdesktop-background/Makefile.am  |    8 ++++----
 ...esktop-background.c => gf-desktop-background.c} |    4 ++--
 ...esktop-background.h => gf-desktop-background.h} |    0
 .../{desktop-window.c => gf-desktop-window.c}      |    2 +-
 .../{desktop-window.h => gf-desktop-window.h}      |    0
 6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gnome-flashback/flashback-application.c b/gnome-flashback/flashback-application.c
index 6d2967e..3bde524 100644
--- a/gnome-flashback/flashback-application.c
+++ b/gnome-flashback/flashback-application.c
@@ -23,7 +23,7 @@
 #include "flashback-application.h"
 #include "libautomount-manager/gsd-automount-manager.h"
 #include "libbluetooth-applet/gf-bluetooth-applet.h"
-#include "libdesktop-background/desktop-background.h"
+#include "libdesktop-background/gf-desktop-background.h"
 #include "libdisplay-config/flashback-display-config.h"
 #include "libend-session-dialog/flashback-end-session-dialog.h"
 #include "libidle-monitor/flashback-idle-monitor.h"
diff --git a/gnome-flashback/libdesktop-background/Makefile.am 
b/gnome-flashback/libdesktop-background/Makefile.am
index 8ef3da2..4ece450 100644
--- a/gnome-flashback/libdesktop-background/Makefile.am
+++ b/gnome-flashback/libdesktop-background/Makefile.am
@@ -13,10 +13,10 @@ libdesktop_background_la_CFLAGS = \
        $(NULL)
 
 libdesktop_background_la_SOURCES = \
-       desktop-background.c \
-       desktop-background.h \
-       desktop-window.c \
-       desktop-window.h \
+       gf-desktop-background.c \
+       gf-desktop-background.h \
+       gf-desktop-window.c \
+       gf-desktop-window.h \
        $(NULL)
 
 libdesktop_background_la_LDFLAGS = \
diff --git a/gnome-flashback/libdesktop-background/desktop-background.c 
b/gnome-flashback/libdesktop-background/gf-desktop-background.c
similarity index 99%
rename from gnome-flashback/libdesktop-background/desktop-background.c
rename to gnome-flashback/libdesktop-background/gf-desktop-background.c
index 043ea1e..531fe4b 100644
--- a/gnome-flashback/libdesktop-background/desktop-background.c
+++ b/gnome-flashback/libdesktop-background/gf-desktop-background.c
@@ -20,8 +20,8 @@
 #include <X11/Xatom.h>
 #include <libgnome-desktop/gnome-bg.h>
 
-#include "desktop-window.h"
-#include "desktop-background.h"
+#include "gf-desktop-window.h"
+#include "gf-desktop-background.h"
 
 struct _DesktopBackgroundPrivate {
        GnomeBG          *bg;
diff --git a/gnome-flashback/libdesktop-background/desktop-background.h 
b/gnome-flashback/libdesktop-background/gf-desktop-background.h
similarity index 100%
rename from gnome-flashback/libdesktop-background/desktop-background.h
rename to gnome-flashback/libdesktop-background/gf-desktop-background.h
diff --git a/gnome-flashback/libdesktop-background/desktop-window.c 
b/gnome-flashback/libdesktop-background/gf-desktop-window.c
similarity index 98%
rename from gnome-flashback/libdesktop-background/desktop-window.c
rename to gnome-flashback/libdesktop-background/gf-desktop-window.c
index 9713099..c585727 100644
--- a/gnome-flashback/libdesktop-background/desktop-window.c
+++ b/gnome-flashback/libdesktop-background/gf-desktop-window.c
@@ -17,7 +17,7 @@
 
 #include <gdk/gdkx.h>
 #include <X11/Xatom.h>
-#include "desktop-window.h"
+#include "gf-desktop-window.h"
 
 G_DEFINE_TYPE (DesktopWindow, desktop_window, GTK_TYPE_WINDOW)
 
diff --git a/gnome-flashback/libdesktop-background/desktop-window.h 
b/gnome-flashback/libdesktop-background/gf-desktop-window.h
similarity index 100%
rename from gnome-flashback/libdesktop-background/desktop-window.h
rename to gnome-flashback/libdesktop-background/gf-desktop-window.h


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]