[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [torbrowser/maint-2.2] [Linux] Don't specify -geometry when complaining using [g]xmessage



commit a4c597d4f3bcdc931f6cbbdaa142d1b1997cddd9
Author: Robert Ransom <rransom.8774@xxxxxxxxx>
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.
---
 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



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits