*** empty log message ***

This commit is contained in:
Owen Taylor 2000-03-28 01:31:13 +00:00
parent 8098546227
commit 8822298930
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
parent class to correctly be GtkDialogClass.
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of

View File

@ -1,3 +1,8 @@
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
parent class to correctly be GtkDialogClass.
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of

View File

@ -1,3 +1,8 @@
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
parent class to correctly be GtkDialogClass.
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of

View File

@ -1,3 +1,8 @@
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
parent class to correctly be GtkDialogClass.
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of

View File

@ -1,3 +1,8 @@
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
parent class to correctly be GtkDialogClass.
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of

View File

@ -1,3 +1,8 @@
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
parent class to correctly be GtkDialogClass.
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of

View File

@ -1,3 +1,8 @@
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
parent class to correctly be GtkDialogClass.
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of

View File

@ -68,7 +68,7 @@ struct _GtkInputDialog
struct _GtkInputDialogClass
{
GtkWindowClass parent_class;
GtkDialogClass parent_class;
void (* enable_device) (GtkInputDialog *inputd,
guint32 devid);