Menu

#187 GLIB fails to read from gsettings

1.0
closed
nobody
None
2017-02-07
2015-08-17
No

Gsettings fails to read value under Windows if there is no "changed" signal set

Reproduce the bug: download gdemo.zip and compile with build.sh

The value of the gtk_adjustment should be read from gsettings.

Now comment

g_signal_connect(m_settings, 
                 "changed", 
                 m_settings_changed, 
                 NULL);

at line 35

recompile and see that the value is always 33 (the xml schema default value) between launch.

1 Attachments

Discussion

  • David Macek

    David Macek - 2017-02-07
    • status: open --> closed
     
  • David Macek

    David Macek - 2017-02-07

    Tried just now and seems to be working. :) Closing.