~ubuntu-branches/debian/sid/brasero/sid

« back to all changes in this revision

Viewing changes to src/brasero-filter-option.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-19 14:00:13 UTC
  • mfrom: (5.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20111119140013-9dnkj4de9z9lzceo
Tags: 3.2.0-2
* Upload to unstable.
* debian/control.in:
  - Make libbrasero-media3-dev depend on gir1.2-brasero-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
#define BRASERO_FILTER_OPTION_PRIVATE(o)  (G_TYPE_INSTANCE_GET_PRIVATE ((o), BRASERO_TYPE_FILTER_OPTION, BraseroFilterOptionPrivate))
45
45
 
46
 
G_DEFINE_TYPE (BraseroFilterOption, brasero_filter_option, GTK_TYPE_VBOX);
 
46
G_DEFINE_TYPE (BraseroFilterOption, brasero_filter_option, GTK_TYPE_BOX);
47
47
 
48
48
static void
49
49
brasero_filter_option_init (BraseroFilterOption *object)
59
59
 
60
60
        priv->settings = g_settings_new (BRASERO_SCHEMA_FILTER);
61
61
 
 
62
        gtk_orientable_set_orientation (GTK_ORIENTABLE (object), GTK_ORIENTATION_VERTICAL);
 
63
 
62
64
        /* filter hidden files */
63
65
        button_hidden = gtk_check_button_new_with_mnemonic (_("Filter _hidden files"));
64
66
        g_settings_bind (priv->settings, BRASERO_PROPS_FILTER_HIDDEN,