~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-burn/brasero-dest-selection.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-08-31 15:25:44 UTC
  • mfrom: (1.1.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20100831152544-9lfh5n4atqc91i26
Tags: 2.31.91-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglib2.0-dev, libgconf2-dev
  - Drop build-depend on libunique
* debian/rules:
* debian/libbrasero-media0.install:
* debian/libbrasero-media1.install:
  - Update shlibs for libbrasero-media1
* debian/brasero-common.install:
  - Install gsettings files
* debian/libbrasero-media0.install:
* debian/rules:
* debian/patches/01_pkglibdir.patch:
  - Remove versioned plugin directory - the upstream build system has changed
* debian/patches/013_gsettings_backend.patch:
  - Remove hardcoded gconf gsettings backend
* debian/patches/014_plugin_directory.patch:
  - Fix plugin directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
#include <gtk/gtk.h>
42
42
 
43
 
#include <gconf/gconf-client.h>
44
 
 
45
43
#include "burn-basics.h"
46
44
#include "burn-plugin-manager.h"
47
45
#include "brasero-medium-selection-priv.h"
147
145
 
148
146
static void
149
147
brasero_dest_selection_flags_changed (BraseroBurnSession *session,
 
148
                                      GParamSpec *pspec,
150
149
                                      BraseroDestSelection *self)
151
150
{
152
151
        BraseroDestSelectionPrivate *priv;
481
480
                          G_CALLBACK (brasero_dest_selection_output_changed),
482
481
                          selection);
483
482
        g_signal_connect (session,
484
 
                          "flags-changed",
 
483
                          "notify::flags",
485
484
                          G_CALLBACK (brasero_dest_selection_flags_changed),
486
485
                          selection);
487
486