X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkrecentchooserwidget.h;h=460dd6c2285084f2fea388c76724b54d429d6c9b;hb=c6fbdb67f3dc86cf49f2ac5ac8c072f4e586fd29;hp=dce28059754cac4e3d4b585821b2835644168102;hpb=e0e6d5b4dfefa9180f64cdbba83071d209643ec8;p=~andy%2Fgtk diff --git a/gtk/gtkrecentchooserwidget.h b/gtk/gtkrecentchooserwidget.h index dce280597..460dd6c22 100644 --- a/gtk/gtkrecentchooserwidget.h +++ b/gtk/gtkrecentchooserwidget.h @@ -13,20 +13,18 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ +#ifndef __GTK_RECENT_CHOOSER_WIDGET_H__ +#define __GTK_RECENT_CHOOSER_WIDGET_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_RECENT_CHOOSER_WIDGET_H__ -#define __GTK_RECENT_CHOOSER_WIDGET_H__ - #include -#include +#include G_BEGIN_DECLS @@ -44,7 +42,7 @@ typedef struct _GtkRecentChooserWidgetPrivate GtkRecentChooserWidgetPrivate; struct _GtkRecentChooserWidget { - GtkVBox parent_instance; + GtkBox parent_instance; /*< private >*/ GtkRecentChooserWidgetPrivate *priv; @@ -52,7 +50,7 @@ struct _GtkRecentChooserWidget struct _GtkRecentChooserWidgetClass { - GtkVBoxClass parent_class; + GtkBoxClass parent_class; /* Padding for future expansion */ void (*_gtk_reserved1) (void);