diff options
Diffstat (limited to 'gtk/gtkitemfactory.c')
-rw-r--r-- | gtk/gtkitemfactory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c index c47ee8d278..82a849e17c 100644 --- a/gtk/gtkitemfactory.c +++ b/gtk/gtkitemfactory.c @@ -953,6 +953,7 @@ gtk_item_factory_parse_path (GtkItemFactory *ifactory, *path = g_strdup (str); + /* FIXME: This does not handle __ correctly !!! */ p = q = *path; while (*p) { |