summaryrefslogtreecommitdiffstats
path: root/gtk/src/settings.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-05-15 10:45:36 +0000
committerjstebbins <[email protected]>2014-05-15 10:45:36 +0000
commit9ac66c0b787847fae383671ec1533e099cde7999 (patch)
treebde2e804191934ce9c0f2f2550d00ae06c386970 /gtk/src/settings.h
parentcc9dfa7781fafba8b9e24ce943946d6784597c74 (diff)
LinGui: add "Reload" and "Reload All" toolbar buttons to queue window
This allow reseting queue entries to the pending status so that they make be re-encoded. I'm not sure when a user might use these, but I have had many occasions where I wish I had this capability during debugging and testing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6192 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r--gtk/src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h
index 4066ad26f..67f49e5df 100644
--- a/gtk/src/settings.h
+++ b/gtk/src/settings.h
@@ -81,6 +81,7 @@ enum
GHB_QUEUE_PENDING,
GHB_QUEUE_RUNNING,
GHB_QUEUE_CANCELED,
+ GHB_QUEUE_FAIL,
GHB_QUEUE_DONE,
};