[tor-commits] [torbrowser/master] [Linux] Don't specify -geometry when complaining using [g]xmessage
erinn at torproject.org
erinn at torproject.org
Sun Oct 23 23:18:28 UTC 2011
commit b2a16034094fa4940c3f98e5d495db360117f307
Author: Robert Ransom <rransom.8774 at gmail.com>
Date: Fri Aug 26 04:38:06 2011 -0400
[Linux] Don't specify -geometry when complaining using [g]xmessage
velope reported that it could make the dialog too small to show the
message text.
(cherry picked from commit a4c597d4f3bcdc931f6cbbdaa142d1b1997cddd9)
---
src/RelativeLink/RelativeLink.sh | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh
index 7df0983..5461539 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -87,7 +87,6 @@ complain () {
-center \
-buttons OK \
-default OK \
- -geometry 300 \
-xrm '*message.scrollVertical: Never' \
"$complain_message"
if [ "$?" -ne 127 ]; then
@@ -103,7 +102,6 @@ complain () {
-center \
-buttons GTK_STOCK_OK \
-default OK \
- -geometry 300 \
"$complain_message"
if [ "$?" -ne 127 ]; then
return
More information about the tor-commits
mailing list