]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkrecentchoosermenu.h
Bug 457086 - numpad does not work when the Thai-Lao input method is used
[~andy/gtk] / gtk / gtkrecentchoosermenu.h
index 5438ed4798e2076ff9a43cf932e1470abfbe1cd8..6b401d69188c981962a4f1db5cf32df5f6a20224 100644 (file)
@@ -1,7 +1,7 @@
 /* GTK - The GIMP Toolkit
  * gtkrecentchoosermenu.h - Recently used items menu widget
  * Copyright (C) 2006, Emmanuele Bassi
- * 
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
@@ -26,7 +26,7 @@
 #define __GTK_RECENT_CHOOSER_MENU_H__
 
 #include <gtk/gtkmenu.h>
-#include "gtkrecentchooser.h"
+#include <gtk/gtkrecentchooser.h>
 
 G_BEGIN_DECLS
 
@@ -46,13 +46,13 @@ struct _GtkRecentChooserMenu
   /*< private >*/
   GtkMenu parent_instance;
 
-  GtkRecentChooserMenuPrivate *priv;
+  GtkRecentChooserMenuPrivate *GSEAL (priv);
 };
 
 struct _GtkRecentChooserMenuClass
 {
   GtkMenuClass parent_class;
-  
+
   /* padding for future expansion */
   void (* gtk_recent1) (void);
   void (* gtk_recent2) (void);