gtkrecentchooserdialog: unseal private pointer

This commit is contained in:
Javier Jardón 2010-07-08 01:53:39 +02:00
parent e6bd773fda
commit 37a499cea6

View File

@ -45,10 +45,10 @@ typedef struct _GtkRecentChooserDialogPrivate GtkRecentChooserDialogPrivate;
struct _GtkRecentChooserDialog
{
/*< private >*/
GtkDialog parent_instance;
GtkRecentChooserDialogPrivate *GSEAL (priv);
/*< private >*/
GtkRecentChooserDialogPrivate *priv;
};
struct _GtkRecentChooserDialogClass