1
0
mirror of https://github.com/GNOME/gedit synced 2024-06-30 23:15:01 +00:00

Window: fix attribute type to store a signal handler ID

This commit is contained in:
Sébastien Wilmet 2024-06-22 06:09:40 +02:00
parent 2d68ee477b
commit 50170c2c84

View File

@ -66,7 +66,7 @@ struct _GeditWindowPrivate
GeditSidePanel *side_panel;
GeditBottomPanel *bottom_panel;
gint bottom_panel_remove_item_handler_id;
gulong bottom_panel_remove_item_handler_id;
GtkWidget *hpaned;
GtkWidget *vpaned;