~cdar07/ubuntu/quantal/totem/fix-for-954952

« back to all changes in this revision

Viewing changes to src/totem-properties-view.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Rico Tzschichholz, Jeremy Bicha
  • Date: 2012-01-09 16:19:39 UTC
  • mfrom: (1.11.14)
  • Revision ID: package-import@ubuntu.com-20120109161939-wfwd46cy3ytl1qq3
Tags: 3.3.4-0ubuntu1~precise1
[ Rico Tzschichholz ]
* New upstream release

[ Jeremy Bicha]
* debian/watch: Watch for .xz tarballs

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
typedef struct TotemPropertiesViewPriv TotemPropertiesViewPriv;
41
41
 
42
42
typedef struct {
43
 
        GtkTable parent;
 
43
        GtkGrid parent;
44
44
        TotemPropertiesViewPriv *priv;
45
45
} TotemPropertiesView;
46
46
 
47
47
typedef struct {
48
 
        GtkTableClass parent;
 
48
        GtkGridClass parent;
49
49
} TotemPropertiesViewClass;
50
50
 
51
51
GType      totem_properties_view_get_type      (void);