After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 70346 - gtk_rc_parse_string() and multihead.
gtk_rc_parse_string() and multihead.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-02-02 04:29 UTC by Owen Taylor
Modified: 2011-02-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2002-02-02 04:29:55 UTC
To deal with multiple RC contexts, gtk_rc_parse_string()
needs to parse the string in _all_ RC contexts and
save the string to be parsed on startup for newly
created RC context. See also note in #70341 about
calling gtk_rc_parse_string() before/without gtk_init().
Comment 1 Owen Taylor 2002-08-05 21:17:08 UTC
Wed Jun 19 19:30:45 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkrc.c: Keep a global list of strings and
        RC files to reparse, make gtk_rc_parse_string(),
        gtk_rc_parse() add to the list, and parse the
        string or file in _all_ contexts.

        * gtk/gtkrc.c (gtk_rc_reparse_all): Reparse all
        contexts, not just the default context.