commit b2a16034094fa4940c3f98e5d495db360117f307
Author: Robert Ransom <[email protected]>
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



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to