~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to src/burn-plugin-manager.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-10 01:16:00 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080810011600-bfb87m1rs6n0qx16
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * brasero
3
3
 * Copyright (C) Philippe Rouquier 2007-2008 <bonfire-app@wanadoo.fr>
4
4
 * 
5
 
 * brasero is free software.
6
 
 * 
7
 
 * You may redistribute it and/or modify it under the terms of the
8
 
 * GNU General Public License, as published by the Free Software
9
 
 * Foundation; either version 2 of the License, or (at your option)
10
 
 * any later version.
 
5
 *  Brasero is free software; you can redistribute it and/or modify
 
6
 *  it under the terms of the GNU General Public License as published by
 
7
 *  the Free Software Foundation; either version 2 of the License, or
 
8
 *  (at your option) any later version.
11
9
 * 
12
10
 * brasero is distributed in the hope that it will be useful,
13
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
473
471
                if (brasero_plugin_get_gtype (plugin) == G_TYPE_NONE) {
474
472
                        BRASERO_BURN_LOG ("Load failure, no GType was returned %s",
475
473
                                          brasero_plugin_get_error (plugin));
 
474
                        g_object_unref (plugin);
 
475
                        continue;
476
476
                }
477
477
 
 
478
                g_assert(brasero_plugin_get_name(plugin));
478
479
                priv->plugins = g_slist_prepend (priv->plugins, plugin);
479
480
        }
480
481
        g_dir_close (directory);