~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to shell/rb-removable-media-manager.c

Tags: upstream-0.9.2cvs20060102
ImportĀ upstreamĀ versionĀ 0.9.2cvs20060102

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include "rb-dialog.h"
40
40
#include "rhythmdb.h"
41
41
 
 
42
#ifndef HAVE_BURN_DRIVE_UNREF
 
43
#define nautilus_burn_drive_unref nautilus_burn_drive_free
 
44
#endif
 
45
 
42
46
static void rb_removable_media_manager_class_init (RBRemovableMediaManagerClass *klass);
43
47
static void rb_removable_media_manager_init (RBRemovableMediaManager *mgr);
44
48
static void rb_removable_media_manager_dispose (GObject *object);
298
302
        GnomeVFSVolume *volume;
299
303
 
300
304
        if (info->removed) {
301
 
                nautilus_burn_drive_free (info->drive);
 
305
                nautilus_burn_drive_unref (info->drive);
302
306
                g_free (info);
303
307
                return FALSE;
304
308
        }