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/ghb.ui | |
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/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 874e2dd27..420102674 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -355,15 +355,6 @@ </object> </child> <child> - <object class="GtkAction" id="queue_stop_menu"> - <property name="sensitive">False</property> - <property name="icon-name">hb-stop</property> - <property name="name">queue_stop_menu</property> - <property name="label" translatable="yes">S_top Queue</property> - <signal handler="queue_stop_clicked_cb" name="activate"/> - </object> - </child> - <child> <object class="GtkAction" id="menuitem3"> <property name="name">menuitem3</property> <property name="label" translatable="yes">_View</property> @@ -447,7 +438,6 @@ <menuitem action="queue_add_menu"/> <menuitem action="queue_start_menu"/> <menuitem action="queue_pause_menu"/> - <menuitem action="queue_stop_menu"/> </menu> <menu action="menuitem3"> <menuitem action="hbfd"/> @@ -525,20 +515,6 @@ </packing> </child> <child> - <object class="GtkToolButton" id="queue_stop1"> - <property name="visible">False</property> - <property name="sensitive">True</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="tooltip-text" translatable="yes">Stop Encoding</property> - <property name="label" translatable="yes">Stop</property> - <property name="icon_name">hb-stop</property> - <signal handler="queue_stop_clicked_cb" name="clicked"/> - </object> - <packing> - <property name="expand">False</property> - </packing> - </child> - <child> <object class="GtkToolButton" id="queue_pause1"> <property name="visible">True</property> <property name="sensitive">False</property> @@ -4758,19 +4734,6 @@ no-dct-decimate=0:cabac=1</property> </packing> </child> <child> - <object class="GtkToolButton" id="queue_stop"> - <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="label" translatable="yes">Stop</property> - <property name="icon_name">hb-stop</property> - <signal handler="queue_stop_clicked_cb" name="clicked"/> - </object> - <packing> - <property name="expand">False</property> - </packing> - </child> - <child> <object class="GtkToolButton" id="queue_edit"> <property name="visible">True</property> <property name="sensitive">False</property> |