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

« back to all changes in this revision

Viewing changes to src/brasero-rename.h

  • 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:
47
47
 
48
48
struct _BraseroRenameClass
49
49
{
50
 
        GtkVBoxClass parent_class;
 
50
        GtkBoxClass parent_class;
51
51
};
52
52
 
53
53
struct _BraseroRename
54
54
{
55
 
        GtkVBox parent_instance;
 
55
        GtkBox parent_instance;
56
56
};
57
57
 
58
58
GType brasero_rename_get_type (void) G_GNUC_CONST;