diff options
author | jstebbins <[email protected]> | 2009-07-01 16:42:01 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-07-01 16:42:01 +0000 |
commit | 3a895bbe29848224b45de3d71b3731495cf702a6 (patch) | |
tree | 749a04971a0d54f06477439c2a2cec1a5001fc29 /gtk/src/queuehandler.h | |
parent | a6d90a25504ab669fb9d32301841e699e6f6c717 (diff) |
LinGui: modify pause/resume button appearance
when encoding show "Pause" with pause icon
when paused, show "Resume" with play icon
also improve how I'm handling play/stop toolbar button and menu options
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2654 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/queuehandler.h')
-rw-r--r-- | gtk/src/queuehandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/queuehandler.h b/gtk/src/queuehandler.h index bf1677baf..8ff454af5 100644 --- a/gtk/src/queuehandler.h +++ b/gtk/src/queuehandler.h @@ -28,7 +28,7 @@ #include <gtk/gtk.h> #include "settings.h" -void ghb_queue_buttons_grey(signal_user_data_t *ud, gboolean working); +void ghb_queue_buttons_grey(signal_user_data_t *ud); gboolean ghb_reload_queue(signal_user_data_t *ud); #endif // _QUEUEHANDLER_H_ |