Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,
Wed Mar 20 16:36:08 2002 Owen Taylor <otaylor@redhat.com> * gtk/*.c: Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, mostly implicit casts between void * and function pointers. * gdk/gdkevents.c (gdk_event_get_state): GdkEventVisibility's state field is not a GdkModifierType. (Also #73900)
This commit is contained in:
@ -466,7 +466,7 @@ remove_from_window (GtkWindow *window,
|
||||
if (!menubars)
|
||||
{
|
||||
g_signal_handlers_disconnect_by_func (G_OBJECT (window),
|
||||
G_CALLBACK (window_key_press_handler),
|
||||
(gpointer) window_key_press_handler,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user