[gnome-flashback] desktop-background: rename gf-desktop-window.[c/h] to gf-background-window.[c/h]



commit 4b41861235f3ddab7595e3606473c55a2e22dc68
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Fri Sep 18 17:02:30 2015 +0300

    desktop-background: rename gf-desktop-window.[c/h] to gf-background-window.[c/h]

 gnome-flashback/libdesktop-background/Makefile.am  |    4 ++--
 ...{gf-desktop-window.c => gf-background-window.c} |    2 +-
 ...{gf-desktop-window.h => gf-background-window.h} |    0
 .../libdesktop-background/gf-desktop-background.c  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-flashback/libdesktop-background/Makefile.am 
b/gnome-flashback/libdesktop-background/Makefile.am
index 4ece450..a07f20d 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 = \
+       gf-background-window.c \
+       gf-background-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/gf-desktop-window.c 
b/gnome-flashback/libdesktop-background/gf-background-window.c
similarity index 98%
rename from gnome-flashback/libdesktop-background/gf-desktop-window.c
rename to gnome-flashback/libdesktop-background/gf-background-window.c
index e952783..62c2e9e 100644
--- a/gnome-flashback/libdesktop-background/gf-desktop-window.c
+++ b/gnome-flashback/libdesktop-background/gf-background-window.c
@@ -16,7 +16,7 @@
  */
 
 #include "config.h"
-#include "gf-desktop-window.h"
+#include "gf-background-window.h"
 
 struct _GfDesktopWindow
 {
diff --git a/gnome-flashback/libdesktop-background/gf-desktop-window.h 
b/gnome-flashback/libdesktop-background/gf-background-window.h
similarity index 100%
rename from gnome-flashback/libdesktop-background/gf-desktop-window.h
rename to gnome-flashback/libdesktop-background/gf-background-window.h
diff --git a/gnome-flashback/libdesktop-background/gf-desktop-background.c 
b/gnome-flashback/libdesktop-background/gf-desktop-background.c
index 7daf309..6747b44 100644
--- a/gnome-flashback/libdesktop-background/gf-desktop-background.c
+++ b/gnome-flashback/libdesktop-background/gf-desktop-background.c
@@ -22,8 +22,8 @@
 #include <libgnome-desktop/gnome-bg.h>
 #include <X11/Xatom.h>
 
+#include "gf-background-window.h"
 #include "gf-desktop-background.h"
-#include "gf-desktop-window.h"
 
 #define DESKTOP_BG "org.gnome.desktop.background"
 #define GNOME_FLASHBACK_BG "org.gnome.gnome-flashback.desktop-background"


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