Bug 184 - GtkConfigStore do not support ConfigureDefault
: GtkConfigStore do not support ConfigureDefault
Status: NEW
: ns-3
helpers
: pre-release
: All All
: P2 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-05-25 10:10 EDT by
Modified: 2010-02-08 10:21 EDT (History)


Attachments
Patch to enable ConfigureDefaults in GtkConfigureStore (64.65 KB, patch)
2010-02-08 10:21 EDT, Faker Moatamri
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-05-25 10:10:02 EDT
They should provide a second public method named ConfigureDefault invoked
_before_ doing the topology setup to allow the user to configure the "default"
values.

What need to be decided is whether we dump all values (default + instance) in
the same config file or if we allow the user to specify two different config
files.
------- Comment #1 From 2009-07-02 09:25:49 EDT -------
This bug is now really about making GtkConfigStore do what ConfigStore already
does and provide a GUI for the 'default' + 'global' values.
------- Comment #2 From 2009-11-24 00:12:45 EDT -------
*** Bug 476 has been marked as a duplicate of this bug. ***
------- Comment #3 From 2010-02-08 10:21:20 EDT -------
Created an attachment (id=756) [details]
Patch to enable ConfigureDefaults in GtkConfigureStore

Also refactored the code and enhanced coding style.