GNOME Bugzilla – Bug 694077
GtkItemFactory doesn't make GtkSeparatorMenuItems
Last modified: 2013-02-18 18:40:35 UTC
Created attachment 236580 [details] [review] Make GtkItemFactory produce GtkSeparatorMenuItems. GtkItemFactory doesn't create real GtkSeparatorMenuItems, instead creating de-sensitive empty GtkMenuItems (probably because GtkSeparatorMenuItem was created after GtkItemFactory, and nobody remembered to change it). Some older applications like Pidgin still use GtkItemFactory despite the deprecation.
Review of attachment 236580 [details] [review]: Looks good to me
Attachment 236580 [details] pushed as 950084a - Make GtkItemFactory produce GtkSeparatorMenuItems. Pushed as I'm rolling a new 2.24 tarball.