diff options
author | jstebbins <[email protected]> | 2009-04-08 23:23:48 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-08 23:23:48 +0000 |
commit | b49fb8b3e06020318570adac2f8a19a3332e15a7 (patch) | |
tree | 801888f0b20a9945401b94193edebb73b7a45d08 /gtk/src/ghbcompositor.c | |
parent | 16159cf96511adeda529ecc555d482454371eba5 (diff) |
LinGui: customize hud colors
uses standard rc-file mappings, so user can customize as well
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2313 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghbcompositor.c')
-rw-r--r-- | gtk/src/ghbcompositor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/ghbcompositor.c b/gtk/src/ghbcompositor.c index eec5c09af..81ac2650e 100644 --- a/gtk/src/ghbcompositor.c +++ b/gtk/src/ghbcompositor.c @@ -552,7 +552,6 @@ ghb_compositor_size_request( requisition->width = width + GTK_CONTAINER (widget)->border_width * 2; requisition->height = height + GTK_CONTAINER (widget)->border_width * 2; -g_message("request_size %d x %d", requisition->width, requisition->height); } static void |