summaryrefslogtreecommitdiff
path: root/eel/eel-background-box.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-16 05:08:48 -0800
committerStefano Karapetsas <[email protected]>2012-11-16 05:08:48 -0800
commitdc66bc40724191f0068869773576dc4edf042c6f (patch)
tree74b9684feea188736b21f2c829f29befaaf2e9da /eel/eel-background-box.c
parent935e1fed604f48e68d125d205c890a59f46f8f21 (diff)
parent1466df20591105550738a1d0784a623af9909abf (diff)
downloadcaja-dc66bc40724191f0068869773576dc4edf042c6f.tar.bz2
caja-dc66bc40724191f0068869773576dc4edf042c6f.tar.xz
Merge pull request #42 from jasmineaura/develop
Bring Caja up to speed, stage1
Diffstat (limited to 'eel/eel-background-box.c')
-rw-r--r--eel/eel-background-box.c3
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,