diff options
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) |