]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkrecentchooserdialog.h
Revert name change
[~andy/gtk] / gtk / gtkrecentchooserdialog.h
index 7ccdef1de95f2c19f3032af112720c21d882fad5..d8c12214a80d8d4269d2e3141384cf42585e6231 100644 (file)
@@ -26,7 +26,7 @@
 #define __GTK_RECENT_CHOOSER_DIALOG_H__
 
 #include <gtk/gtkdialog.h>
-#include "gtkrecentchooser.h"
+#include <gtk/gtkrecentchooser.h>
 
 G_BEGIN_DECLS
 
@@ -48,7 +48,7 @@ struct _GtkRecentChooserDialog
   /*< private >*/
   GtkDialog parent_instance;
 
-  GtkRecentChooserDialogPrivate *priv;
+  GtkRecentChooserDialogPrivate *GSEAL (priv);
 };
 
 struct _GtkRecentChooserDialogClass