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

Window: add a fixme comment

This commit is contained in:
Sébastien Wilmet 2024-03-26 21:36:35 +01:00
parent 2194abbcbb
commit 77599c81c4

View File

@ -2551,6 +2551,9 @@ gedit_window_init (GeditWindow *window)
* since the bottom panel position depends on the total height of the
* vpaned.
*/
/* FIXME: probably change to g_signal_connect() (without the after flag)
* because the ::map signal is "Run First". Small simplification.
*/
g_signal_connect_after (window->priv->hpaned,
"map",
G_CALLBACK (hpaned_map_cb),