Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2013-03-02 15:58:14 +0400
committerMike Krüger <mkrueger@xamarin.com>2013-03-02 15:58:14 +0400
commita57069cd301bf06a7555a353abbc052ca742df9a (patch)
treebff04c3c03256a6f26f8c5f5fc7aea6aa2ffe68e /main/Makefile.am
parent9c83c6e84cb3d8f49e9c0cf92ed22876cce3a923 (diff)
[Shell] Disable Ubuntu overlay scrollbars.
They're not very helpful in our user interface.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 5923ec079a..4c12f946f5 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -110,7 +110,7 @@ apidocs:
mdassembler --out docs/sources/monodevelop-extension-guide --addins docs/extension-model.xml
# cd docs/apiguide && mdassembler --out monodevelop-api-guide --xhtml toc.xhtml && mv monodevelop-api-guide.zip ../web/sources
-MD_LAUNCH=$(MD_LAUNCH_SETUP) UBUNTU_MENUPROXY=0 exec -a "monodevelop" $(RUNTIME)
+MD_LAUNCH=$(MD_LAUNCH_SETUP) UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 exec -a "monodevelop" $(RUNTIME)
run: runmd-sgen