summaryrefslogtreecommitdiff
path: root/eel/eel-background.h
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-30 20:45:27 +0200
committerJasmine Hassan <[email protected]>2012-11-16 09:45:51 +0200
commitb6dc7b5cfbcc1f619084293d462f3f359c2e7121 (patch)
tree210da8811a6c0ac9c7c9f63c83490716409e13be /eel/eel-background.h
parent1cd48341ea01f8c8e0c2adb240c6703b6f6e9848 (diff)
downloadcaja-b6dc7b5cfbcc1f619084293d462f3f359c2e7121.tar.bz2
caja-b6dc7b5cfbcc1f619084293d462f3f359c2e7121.tar.xz
[eel-background] Don't use GtkObject nor eel-gtk-macros
http://git.gnome.org/browse/nautilus/commit/?id=60044f8ef457036560fb94ad6b20cdf7bedb4f77 http://git.gnome.org/browse/nautilus/commit/?id=2e59a60800a9bc837af9132b0ac234d9d14668c6
Diffstat (limited to 'eel/eel-background.h')
-rw-r--r--eel/eel-background.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eel/eel-background.h b/eel/eel-background.h
index 1604b537..cfccf2a1 100644
--- a/eel/eel-background.h
+++ b/eel/eel-background.h
@@ -128,13 +128,13 @@ typedef struct EelBackgroundDetails EelBackgroundDetails;
struct EelBackground
{
- GtkObject object;
+ GObject object;
EelBackgroundDetails *details;
};
struct EelBackgroundClass
{
- GtkObjectClass parent_class;
+ GObjectClass parent_class;
/* This signal is emitted whenever the background settings are
* changed.