diff options
author | jstebbins <[email protected]> | 2009-06-26 04:31:01 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-26 04:31:01 +0000 |
commit | faa2f3c603eeb6dca2e8f286ba0541ebb22873a0 (patch) | |
tree | 877e4f1ca3c8805ec648d331037e1255c967dc3e /gtk/src/internal_defaults.xml | |
parent | 2c2b1157d6910159a40546f22602c80bd8d9f1b6 (diff) |
LinGui: modify behavior of system tray icon
- clicking raises hb if iconified or obscured, iconifies if hb unobscured
- when hb is iconified via the system tray icon, remove it from taskbar
- preference option now enables/disables system tray icon
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2624 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/internal_defaults.xml')
-rw-r--r-- | gtk/src/internal_defaults.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/internal_defaults.xml b/gtk/src/internal_defaults.xml index 27017ef04..6f1cde11b 100644 --- a/gtk/src/internal_defaults.xml +++ b/gtk/src/internal_defaults.xml @@ -103,8 +103,8 @@ <dict> <key>EncodeLogLocation</key> <false /> - <key>skip_taskbar</key> - <false /> + <key>show_status</key> + <true /> <key>allow_tweaks</key> <false /> <key>title_no_in_destination</key> |