diff options
author | jstebbins <[email protected]> | 2009-05-20 23:39:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-05-20 23:39:06 +0000 |
commit | dc39beecfc4d7ed31bfe0d62e771d12b5775133f (patch) | |
tree | 9e54084339c5f7aaaa383ed23b4bd901992fd072 /gtk/src/settings.h | |
parent | 998a6adf0e9f4697ea6cfa6fdff8cf8c0f3af1a1 (diff) |
LinGui:
- Move the subtitle track combo into the treeview list
Each subtitle entry has its own combo to select the track now
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2433 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r-- | gtk/src/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h index 072baf07a..0616426ff 100644 --- a/gtk/src/settings.h +++ b/gtk/src/settings.h @@ -53,6 +53,7 @@ typedef struct preview_t *preview; gchar *appcast; gint appcast_len; + GtkListStore *subtitle_track_model; } signal_user_data_t; enum |