~ubuntu-branches/ubuntu/oneiric/brasero/oneiric

« back to all changes in this revision

Viewing changes to src/brasero-data-disc.h

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-09 12:27:41 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: package-import@ubuntu.com-20110909122741-j98wdzlqbbzcgwl2
Tags: 3.1.90-0ubuntu1
* New upstream release
* debian/watch:
  - Watch .bz2 tarballs
* debian/control:
  - Bump libunity-dev build requirement
* debian/patches/012_appindicator.patch:
* debian/patches/013_unity_launcher_progress.patch:
  - Rebased patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
struct _BraseroDataDiscClass
45
45
{
46
 
        GtkVBoxClass parent_class;
 
46
        GtkBoxClass parent_class;
47
47
};
48
48
 
49
49
struct _BraseroDataDisc
50
50
{
51
 
        GtkVBox parent_instance;
 
51
        GtkBox parent_instance;
52
52
};
53
53
 
54
54
GType brasero_data_disc_get_type (void) G_GNUC_CONST;