diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 21:59:16 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 21:59:16 +0200 |
commit | be3f666650c0da1aac5232291d83a51e127b005e (patch) | |
tree | 2d862d6db5c40d7957921e264469cc5dba57c88e /libcaja-private/caja-directory-background.c | |
parent | 45742f8351e2991d54b00189f6e0c772e257f395 (diff) | |
download | caja-be3f666650c0da1aac5232291d83a51e127b005e.tar.bz2 caja-be3f666650c0da1aac5232291d83a51e127b005e.tar.xz |
remove latest mateconf stuff
Diffstat (limited to 'libcaja-private/caja-directory-background.c')
-rw-r--r-- | libcaja-private/caja-directory-background.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-directory-background.c b/libcaja-private/caja-directory-background.c index 38927b24..59c35312 100644 --- a/libcaja-private/caja-directory-background.c +++ b/libcaja-private/caja-directory-background.c @@ -330,7 +330,7 @@ desktop_background_destroyed_callback (EelBackground *background, void *georgeWB guint notification_timeout_id; notification_id = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (background), "desktop_mateconf_notification")); - eel_mateconf_notification_remove (notification_id); + mateconf_client_notify_remove (caja_mateconf_client, notification_id); notification_timeout_id = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (background), "desktop_mateconf_notification_timeout")); if (notification_timeout_id != 0) |