diff options
author | jstebbins <[email protected]> | 2009-06-17 22:19:26 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-17 22:19:26 +0000 |
commit | 2bbee7dc6b7236d75057c194dc12f9aafcd48334 (patch) | |
tree | 1a8a5fdde172ab41c146979e304511540f9fa8f9 /gtk/src/internal_defaults.xml | |
parent | 57952a58b0596d86d6c43d6663590a0c654264c6 (diff) |
LinGui: make the status icon in the system tray a bit more useful
Succumbing to the pleading of users...
- Use HB icon for status
- Add tooltip to status icon that shows progress
- Add preference option to skip the taskbar. So clikcing on the
status icon un-minimizes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2565 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/internal_defaults.xml')
-rw-r--r-- | gtk/src/internal_defaults.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/internal_defaults.xml b/gtk/src/internal_defaults.xml index 9bb7651a6..c68874dc2 100644 --- a/gtk/src/internal_defaults.xml +++ b/gtk/src/internal_defaults.xml @@ -103,6 +103,8 @@ <dict> <key>EncodeLogLocation</key> <false /> + <key>skip_taskbar</key> + <false /> <key>allow_tweaks</key> <false /> <key>title_no_in_destination</key> |