diff options
author | jstebbins <[email protected]> | 2009-06-24 00:38:40 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-24 00:38:40 +0000 |
commit | a0031445c36cdbadf1135176e071318b892d280e (patch) | |
tree | f0b8510c7d20f9099aa8bee532ec4a996c9e4e7d /gtk/src/main.c | |
parent | 94a12232650e5f29a185d4f009308f297b49c3ae (diff) |
LinGui: make mingw gtk ui work again.
neglect caused it become broken
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2610 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r-- | gtk/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index 2a3ee18f8..9058bd43c 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -816,6 +816,7 @@ main (int argc, char *argv[]) // Everything should be go-to-go. Lets rock! gtk_main (); + gtk_status_icon_set_visible(si, FALSE); ghb_backend_close(); if (ud->queue) ghb_value_free(ud->queue); |