GNOME Bugzilla – Bug 97414
gtkaccellabel: s/seperator/separator/
Last modified: 2017-08-04 10:28:22 UTC
You mean separator, not seperator. ../gtk+/gtk/gtkaccellabel.c: class->accel_seperator = g_strdup (" / "); ../gtk+/gtk/gtkaccellabel.c: g_string_append (gstring, gstring->len ? class->accel_seperator : " "); ../gtk+/gtk/gtkaccellabel.h: gchar *accel_seperator;
Since it is in the class, it is presumably meant as API, even if I can't imagine why you would want to change it. Thus it can't change until we break API compatibility. Actually, looking at the code, I don't think the accel-separator will ever be displayed any more; I think it might be there for the old pre-2.0 feature of being able to display the signal name in the accelerator label, which went away when we switched over to using closures.
Created attachment 161479 [details] [review] Remove unused class member
Created attachment 161509 [details] [review] Remove unused class member.v2 I think that this can be applied in the current master (future 3.0) branch.
Review of attachment 161509 [details] [review]: Yes, looks fine to me.
Comment on attachment 161509 [details] [review] Remove unused class member.v2 commit f760538f17673c5bd7fec792be2f1abf8148fc32
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.