Never make harmless warning fixes! :-(

Thu Mar  1 04:35:51 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkwidget.c (gtk_widget_class_init): Never make harmless
        warning fixes! :-(
This commit is contained in:
Owen Taylor
2001-03-01 09:40:38 +00:00
committed by Owen Taylor
parent 30e80df2f7
commit 97e83dbccb
8 changed files with 37 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Thu Mar 1 04:35:51 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Never make harmless
warning fixes! :-(
Wed Feb 28 21:14:08 2001 Owen Taylor <otaylor@redhat.com>
* README.in INSTALL.in: Fix the .in files, add note

View File

@@ -1,3 +1,8 @@
Thu Mar 1 04:35:51 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Never make harmless
warning fixes! :-(
Wed Feb 28 21:14:08 2001 Owen Taylor <otaylor@redhat.com>
* README.in INSTALL.in: Fix the .in files, add note

View File

@@ -1,3 +1,8 @@
Thu Mar 1 04:35:51 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Never make harmless
warning fixes! :-(
Wed Feb 28 21:14:08 2001 Owen Taylor <otaylor@redhat.com>
* README.in INSTALL.in: Fix the .in files, add note

View File

@@ -1,3 +1,8 @@
Thu Mar 1 04:35:51 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Never make harmless
warning fixes! :-(
Wed Feb 28 21:14:08 2001 Owen Taylor <otaylor@redhat.com>
* README.in INSTALL.in: Fix the .in files, add note

View File

@@ -1,3 +1,8 @@
Thu Mar 1 04:35:51 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Never make harmless
warning fixes! :-(
Wed Feb 28 21:14:08 2001 Owen Taylor <otaylor@redhat.com>
* README.in INSTALL.in: Fix the .in files, add note

View File

@@ -1,3 +1,8 @@
Thu Mar 1 04:35:51 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Never make harmless
warning fixes! :-(
Wed Feb 28 21:14:08 2001 Owen Taylor <otaylor@redhat.com>
* README.in INSTALL.in: Fix the .in files, add note

View File

@@ -1,3 +1,8 @@
Thu Mar 1 04:35:51 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Never make harmless
warning fixes! :-(
Wed Feb 28 21:14:08 2001 Owen Taylor <otaylor@redhat.com>
* README.in INSTALL.in: Fix the .in files, add note

View File

@@ -745,8 +745,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
klass->add_accelerator = (gint (*) (GtkWidget *, guint, GtkAccelGroup *,
guint, GdkModifierType,
GtkAccelFlags)) gtk_accel_group_handle_add;
klass->add_accelerator = (void (*) (GtkWidget *, GtkAccelGroup *,
guint, GdkModifierType)) gtk_accel_group_handle_remove;
klass->remove_accelerator = (void (*) (GtkWidget *, GtkAccelGroup *,
guint, GdkModifierType)) gtk_accel_group_handle_remove;
klass->grab_focus = gtk_widget_real_grab_focus;
klass->event = NULL;
klass->button_press_event = NULL;