aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 483d1c8..df47a15 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,12 @@
+- Upstream GTK says that gtk_image_menu_item_new() has been deprecated since
+ 3.10 [1]. As it recommends using gtk_menu_item_new() instead, there does not
+ seem to be official support for icons in menus anymore. We disagree with this
+ design choice and shall keep all current instances of GtkImageMenuItem. They
+ won't be going away in GTK 3, but should we ever decide to support GTK 4, we
+ might need to take action on this somehow.
+
+ [1] https://developer.gnome.org/gtk3/stable/GtkImageMenuItem.html#gtk-image-menu-item-new
+
- Upstream recommends spawn_async() instead of spawn_sync(), but the bindings
for it are erroneous.