diff options
author | Jasmine Hassan <[email protected]> | 2012-11-13 06:13:50 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-16 09:45:51 +0200 |
commit | ad104e7b749949455f88cb47a082a16ae00fee77 (patch) | |
tree | e6383b0cd3368d4c1046db6b28394652e018c67a /eel/eel-background-box.c | |
parent | 5347614b1dae2a8edad9f8cebc073c4a282de7b7 (diff) | |
download | caja-ad104e7b749949455f88cb47a082a16ae00fee77.tar.bz2 caja-ad104e7b749949455f88cb47a082a16ae00fee77.tar.xz |
[eel-background-box] Don't use eel-gtk-macros
Diffstat (limited to 'eel/eel-background-box.c')
-rw-r--r-- | eel/eel-background-box.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eel/eel-background-box.c b/eel/eel-background-box.c index a3e98ed1..6e25cc62 100644 --- a/eel/eel-background-box.c +++ b/eel/eel-background-box.c @@ -25,13 +25,12 @@ #include <config.h> #include "eel-background-box.h" -#include "eel-gtk-macros.h" #include "eel-background.h" static void eel_background_box_class_init (EelBackgroundBoxClass *background_box_class); static void eel_background_box_init (EelBackgroundBox *background); -EEL_CLASS_BOILERPLATE (EelBackgroundBox, eel_background_box, GTK_TYPE_EVENT_BOX) +G_DEFINE_TYPE (EelBackgroundBox, eel_background_box, GTK_TYPE_EVENT_BOX) static gboolean eel_background_box_expose_event (GtkWidget *widget, |