forked from AuroraMiddleware/gtk
*** empty log message ***
This commit is contained in:
parent
8098546227
commit
8822298930
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -68,7 +68,7 @@ struct _GtkInputDialog
|
||||
|
||||
struct _GtkInputDialogClass
|
||||
{
|
||||
GtkWindowClass parent_class;
|
||||
GtkDialogClass parent_class;
|
||||
|
||||
void (* enable_device) (GtkInputDialog *inputd,
|
||||
guint32 devid);
|
||||
|
Loading…
Reference in New Issue
Block a user