diff options
author | jstebbins <[email protected]> | 2015-06-12 20:52:01 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-06-12 20:52:01 +0000 |
commit | 1be7a8e58feb0d26cac7067dcd289aec2aebb2e7 (patch) | |
tree | 07713faf52c6dd0dbf129ec35aecd217bf00b39e /gtk/src/ghb-3.14.ui | |
parent | f2b0998a8f4ef77d3ef791b64ad032c1bb8348ea (diff) |
libhb: Allow log level changes and update checks *after* hb_init()
- In the CLI, this allows calling hb_init() before parsing args, which
permits us to see any libhb log messages that are generated during
option parsing. These messages were hidden before.
- In the GUIs, this allows dynamic changes to log level. Previously an
application restart was required. I have only updated the LinGui to
take advantage of this.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7295 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb-3.14.ui')
-rw-r--r-- | gtk/src/ghb-3.14.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb-3.14.ui b/gtk/src/ghb-3.14.ui index 9a3cf537d..8a153c978 100644 --- a/gtk/src/ghb-3.14.ui +++ b/gtk/src/ghb-3.14.ui @@ -7450,7 +7450,7 @@ This file may be reloaded at a later time to edit your jobs and re-encode.</prop <property name="width_request">55</property> <property name="visible">True</property> <property name="can_focus">False</property> - <signal name="changed" handler="pref_changed_cb" swapped="no"/> + <signal name="changed" handler="log_level_changed_cb" swapped="no"/> </object> <packing> <property name="expand">False</property> |