summaryrefslogtreecommitdiff
path: root/eel/eel-background-box.c
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-11-26 19:16:22 +0200
committerJasmine Hassan <[email protected]>2012-12-03 21:15:16 +0200
commit4ca41b3e2371f706dd129bd8938a55cf2e421ad8 (patch)
tree9a39e87a9792c473e5e7fdd78b8a4bcda4d526bd /eel/eel-background-box.c
parent83a8343b64850c98e5e650ee464e12d71fb595b8 (diff)
downloadcaja-4ca41b3e2371f706dd129bd8938a55cf2e421ad8.tar.bz2
caja-4ca41b3e2371f706dd129bd8938a55cf2e421ad8.tar.xz
[eel-background] refactor to untangle directory & desktop bg-setting code
Diffstat (limited to 'eel/eel-background-box.c')
-rw-r--r--eel/eel-background-box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/eel-background-box.c b/eel/eel-background-box.c
index 5aeac5a6..d0b80c4e 100644
--- a/eel/eel-background-box.c
+++ b/eel/eel-background-box.c
@@ -43,7 +43,7 @@ eel_background_box_draw (GtkWidget *widget,
gtk_bin_get_child (GTK_BIN (widget)),
cr);
#else
- eel_background_expose (widget, event);
+ eel_background_draw (widget, event);
gtk_container_propagate_expose (GTK_CONTAINER (widget),
gtk_bin_get_child (GTK_BIN (widget)),
event);