diff options
author | jstebbins <[email protected]> | 2009-12-14 19:49:26 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-12-14 19:49:26 +0000 |
commit | b4487bf6de437d77ebdd2cc137f54631b22fc9c8 (patch) | |
tree | a71ce5bf0680421f9d2c824cc6a52178f3c89c71 /gtk/src/presets.h | |
parent | 4d312d2288983fd54866c447e667cbcedd0b9cbe (diff) |
LinGui: fix m4v file extension selection when the source has only 1 chapter
the chapter markers settings wasn't actually disabled, even though
it was being filtered out of the job settings. This caused the m4v file
extension selection logic to use m4v. And there was no way to change it
since the chapter markers widget was hidden.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3029 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/presets.h')
-rw-r--r-- | gtk/src/presets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/presets.h b/gtk/src/presets.h index 65b4e8cd0..a4da4ed74 100644 --- a/gtk/src/presets.h +++ b/gtk/src/presets.h @@ -41,5 +41,6 @@ gboolean ghb_preset_is_custom(void); void ghb_prefs_store(void); void ghb_pref_set(GValue *settings, const gchar *key); gboolean ghb_lock_file(const gchar *name); +void ghb_refresh_preset(signal_user_data_t *ud); #endif // _GHB_PRESETS_H_ |